This commit is contained in:
2026-02-28 09:21:29 +03:00
parent c0d1b32aa1
commit c3b07fa856
5 changed files with 399 additions and 240 deletions

7
vite.config.js Normal file
View File

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