Skip to content

Commit 50a2841

Browse files
committed
test: disable vite env api for tests
1 parent 657b2cb commit 50a2841

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

vitest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export default defineConfig({
2222
nuxt: {
2323
rootDir: fileURLToPath(new URL('.', import.meta.url)),
2424
overrides: {
25+
experimental: {
26+
viteEnvironmentApi: false,
27+
},
2528
ogImage: { enabled: false },
2629
},
2730
},

0 commit comments

Comments
 (0)