We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1323697 commit 1a9be43Copy full SHA for 1a9be43
1 file changed
vitest.config.ts
@@ -22,6 +22,9 @@ export default defineConfig({
22
nuxt: {
23
rootDir: fileURLToPath(new URL('.', import.meta.url)),
24
overrides: {
25
+ experimental: {
26
+ viteEnvironmentApi: false,
27
+ },
28
ogImage: { enabled: false },
29
},
30
0 commit comments