This commit is contained in:
shangqiyuan
2026-05-10 00:56:33 +08:00
commit be9725a918
19 changed files with 1825 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})