for some reason, adding another entrypoint changes the outdir
@@ -2,7 +2,7 @@
"name": "prun-calc",
"version": "0",
"scripts": {
- "build": "bun build ts/buy.ts ts/corps.ts ts/gov.ts ts/ledger.ts ts/mat.ts ts/plan.ts ts/production.ts ts/roi.ts --outdir www --target browser --sourcemap=external",
+ "build": "bun build --outdir www --target browser --sourcemap=external",
"typecheck": "tsgo --noEmit",
"serve": "python3 -m http.server -d www 8000"
},