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 aadf179 commit fb8a26aCopy full SHA for fb8a26a
vite.config.ts
@@ -1,7 +1,8 @@
1
import react from '@vitejs/plugin-react'
2
-import { defineConfig } from 'vite'
+import { defineConfig } from 'vitest/config'
3
4
-// https://vite.dev/config/
+// https://vite.dev/config/ and
5
+// https://vitest.dev/config/#configuring-vitest
6
export default defineConfig({
7
plugins: [react()],
8
build: {
0 commit comments