fix: vite config

This commit is contained in:
Adam 2025-12-02 13:08:59 -06:00
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

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