Skip to content

Commit

Permalink
Splitted code into multiple files
Browse files Browse the repository at this point in the history
Signed-off-by: Mehmet Baker <mehmet@mehmetbaker.dev>
  • Loading branch information
mehmetb committed Sep 25, 2024
1 parent a85dc20 commit 8c9d36a
Show file tree
Hide file tree
Showing 14 changed files with 737 additions and 707 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/mehmetb/targa-from-scratch#readme",
"scripts": {
"build": "esbuild src/index.ts --outdir=www/js --format=esm --bundle --target=ESNext",
"start": "esbuild src/index.ts --outdir=www/js --format=esm --watch --bundle --target=ESNext --servedir=www"
"start": "esbuild src/www-index.ts --outdir=www/js --format=esm --watch --bundle --target=ESNext --servedir=www"
},
"devDependencies": {
"esbuild": "^0.19.5"
Expand Down
Loading

0 comments on commit 8c9d36a

Please sign in to comment.