Skip to content

Commit 8306006

Browse files
committed
enable noExternals
1 parent 9403336 commit 8306006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default defineConfig({
2424
nitro({
2525
config: {
2626
routesDir: './server/routes',
27+
noExternals: true
2728
}
2829
}),
2930
vueDevtools()

0 commit comments

Comments
 (0)