From 9d28161af60a461a56a9ae8e1b45efee61cac86b Mon Sep 17 00:00:00 2001 From: Avad3 <65318266+Avad3@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:44:43 -0400 Subject: [PATCH] fix build script --- esbuild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esbuild.js b/esbuild.js index 9f01e71..0866ee8 100644 --- a/esbuild.js +++ b/esbuild.js @@ -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",