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 5e66f7e commit 772afe7Copy full SHA for 772afe7
vitest.config.ts
@@ -1,7 +1,6 @@
1
import { fileURLToPath } from 'node:url';
2
-import { mergeConfig, defineConfig } from 'vite';
3
-import { configDefaults } from 'vitest/config';
4
-import viteConfig from './vite.config.js';
+import { mergeConfig, defineConfig, configDefaults } from 'vitest/config';
+import viteConfig from './vite.config';
5
import { resolve } from 'path';
6
7
export default mergeConfig(
0 commit comments