Skip to content

Commit 5094999

Browse files
committed
fix build config
1 parent 1cd4659 commit 5094999

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

svelte.config.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ const config = {
77
adapter: adapter(),
88

99
vite: {
10+
build: {
11+
target: 'esnext'
12+
},
13+
1014
server: {
1115
fs: {
12-
allow: [
13-
path.resolve('.apps')
14-
]
16+
allow: [path.resolve('.apps')]
1517
},
1618
watch: {
1719
ignored: ['**/.apps/**']

0 commit comments

Comments
 (0)