We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403336 commit 8306006Copy full SHA for 8306006
vite.config.ts
@@ -24,6 +24,7 @@ export default defineConfig({
24
nitro({
25
config: {
26
routesDir: './server/routes',
27
+ noExternals: true
28
}
29
}),
30
vueDevtools()
0 commit comments