This commit is contained in:
2026-05-13 21:38:50 +08:00
commit f751439bbc
36 changed files with 8568 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
base: './',
plugins: [react()],
})