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 479e9c9 commit cec5665Copy full SHA for cec5665
vite.config.ts
@@ -25,6 +25,7 @@ export default defineConfig({
25
vueDevtools(),
26
],
27
nitro: {
28
- routesDir: './server/routes'
+ routesDir: './server/routes',
29
+ noExternals: true
30
}
31
})
0 commit comments