Procházet zdrojové kódy

package.json

for some reason, adding another entrypoint changes the outdir
raylu před 1 dnem
rodič
revize
d95057e0b7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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"
 	},