init frontend

This commit is contained in:
cue
2024-04-02 11:18:51 +03:00
parent de951ae100
commit 07dd23ee8e
75 changed files with 9329 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
import react from '@vitejs/plugin-react-swc'
import { defineConfig } from "vite"
export default defineConfig({
plugins: [react()],
},
)