fix build script

This commit is contained in:
Avad3 2024-07-11 20:44:43 -04:00
parent 3a85734b7f
commit 9d28161af6

View file

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