|
@@ -2,7 +2,7 @@
|
|
|
"name": "prun-calc",
|
|
"name": "prun-calc",
|
|
|
"version": "0",
|
|
"version": "0",
|
|
|
"scripts": {
|
|
"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",
|
|
"typecheck": "tsgo --noEmit",
|
|
|
"serve": "python3 -m http.server -d www 8000"
|
|
"serve": "python3 -m http.server -d www 8000"
|
|
|
},
|
|
},
|