mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix: vite config
This commit is contained in:
parent
6ce1de476a
commit
3b10de4a28
3 changed files with 9 additions and 0 deletions
|
|
@ -18,4 +18,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -23,4 +23,7 @@ export default defineConfig({
|
|||
host: "0.0.0.0",
|
||||
allowedHosts: true,
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
|
|
@ -16,4 +16,7 @@ export default defineConfig({
|
|||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
worker: {
|
||||
format: "es",
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue