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 11bad85 commit b11e509Copy full SHA for b11e509
vite.config.ts
@@ -26,6 +26,7 @@ export default defineConfig({
26
],
27
nitro: {
28
routesDir: './server/routes',
29
+ // Required for now as `nitro/deps/*` is not properly imported
30
noExternals: true
31
}
32
})
0 commit comments