fix: vite.config.ts 改用 vitest/config 导入,修复 type-check 报错

This commit is contained in:
2026-05-30 10:13:51 +08:00
parent 52dbc51749
commit a6ac089e15
+1 -1
View File
@@ -1,6 +1,6 @@
import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import { defineConfig } from 'vitest/config'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/