We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08e116 commit 1d4a3b8Copy full SHA for 1d4a3b8
vite.config.ts
@@ -1,6 +1,7 @@
1
import { defineConfig } from 'vitest/config';
2
3
export default defineConfig({
4
+ base: '',
5
test: {
6
environment: 'jsdom',
7
},
0 commit comments