This commit is contained in:
2025-01-31 09:10:20 +03:00
parent 87fb74d630
commit 742fe25f36
13 changed files with 4527 additions and 0 deletions

7
client/vite.config.js Normal file
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()],
})