mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 22:40: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",
|
||||
codecs: "./src/codecs/index.ts",
|
||||
config: "./src/scramjet.config.ts",
|
||||
html: "./scramjet.html.ts"
|
||||
html: "./src/html/index.ts"
|
||||
},
|
||||
entryNames: "scramjet.[name]",
|
||||
outdir: "./dist",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue