fix: vite config

This commit is contained in:
Adam 2025-12-02 13:08:59 -06:00
parent 6ce1de476a
commit 3b10de4a28
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
3 changed files with 9 additions and 0 deletions

View File

@ -18,4 +18,7 @@ export default defineConfig({
build: {
target: "esnext",
},
worker: {
format: "es",
},
})

View File

@ -23,4 +23,7 @@ export default defineConfig({
host: "0.0.0.0",
allowedHosts: true,
},
worker: {
format: "es",
},
})

View File

@ -16,4 +16,7 @@ export default defineConfig({
build: {
target: "esnext",
},
worker: {
format: "es",
},
})