feat: init project

This commit is contained in:
秋水浮尘
2023-10-06 22:43:22 +08:00
parent 95ce141489
commit 05284248dd
25 changed files with 4120 additions and 2 deletions

7
vite.config.ts Normal file
View File

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