Client from zero

This commit is contained in:
2024-06-19 12:55:18 +08:00
parent 9e56b56e9d
commit bc4c9dac6b
35 changed files with 291 additions and 4109 deletions

View File

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