Skip to content

Commit cec5665

Browse files
committed
fix: add back noExternals
1 parent 479e9c9 commit cec5665

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)