Skip to content

Commit fb8a26a

Browse files
committed
fix typescript error
1 parent aadf179 commit fb8a26a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vite.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import react from '@vitejs/plugin-react'
2-
import { defineConfig } from 'vite'
2+
import { defineConfig } from 'vitest/config'
33

4-
// https://vite.dev/config/
4+
// https://vite.dev/config/ and
5+
// https://vitest.dev/config/#configuring-vitest
56
export default defineConfig({
67
plugins: [react()],
78
build: {

0 commit comments

Comments
 (0)