system-worker progress

This commit is contained in:
2024-01-09 09:28:48 +00:00
parent 24e145a0a0
commit bbdfb43834
10 changed files with 124 additions and 53 deletions

View File

@ -34,6 +34,7 @@ export default defineConfig({
assetsInclude: ["**/*.md", "**/*.wasm"],
build: {
outDir: "build",
commonjsOptions: { transformMixedEsModules: true },
},
clearScreen: false,
publicDir: appConfig.get("publicDir"),
@ -51,4 +52,7 @@ export default defineConfig({
globals: true,
environment: "jsdom",
},
worker: {
format: "es",
},
});