mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
fix build script
This commit is contained in:
parent
3a85734b7f
commit
9d28161af6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const scramjetBuild = await build({
|
||||||
worker: "./src/worker/index.ts",
|
worker: "./src/worker/index.ts",
|
||||||
codecs: "./src/codecs/index.ts",
|
codecs: "./src/codecs/index.ts",
|
||||||
config: "./src/scramjet.config.ts",
|
config: "./src/scramjet.config.ts",
|
||||||
html: "./scramjet.html.ts"
|
html: "./src/html/index.ts"
|
||||||
},
|
},
|
||||||
entryNames: "scramjet.[name]",
|
entryNames: "scramjet.[name]",
|
||||||
outdir: "./dist",
|
outdir: "./dist",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue