This commit is contained in:
2026-05-10 23:04:54 +08:00
parent d866e73a70
commit 34bd7b7401
12 changed files with 936 additions and 1146 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()],
})