Skip to content

Commit be99419

Browse files
committed
fix: need to set noExternals
1 parent a9ed92c commit be99419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineConfig({
2525
vueDevtools(),
2626
],
2727
nitro: {
28-
routesDir: './server/routes'
28+
routesDir: './server/routes',
29+
noExternals: true
2930
}
3031
})

0 commit comments

Comments
 (0)