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 657b2cb commit 50a2841Copy full SHA for 50a2841
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