diff --git a/build.ts b/build.ts index 2ced28a8..34fa622c 100644 --- a/build.ts +++ b/build.ts @@ -87,6 +87,7 @@ async function bundle(watch: boolean): Promise { entryPoints: { client: "web/boot.ts", service_worker: "web/service_worker.ts", + worker: "plugos/environments/sandbox_worker.ts", }, outdir: "./dist_bundle/web", absWorkingDir: Deno.cwd(),