refactor(web): 更换client代码的目录

This commit is contained in:
v-zhangjc9
2025-05-09 12:14:06 +08:00
parent 8a7ad32df9
commit 121f6688c6
148 changed files with 9 additions and 118748 deletions

View File

@@ -0,0 +1,7 @@
import {defineConfig} from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})