This commit is contained in:
arrelin
2026-03-20 12:28:33 +03:00
commit d64114b08b
19 changed files with 2663 additions and 0 deletions

6
frontend/vite.config.js Normal file
View File

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