Initial commit

This commit is contained in:
Krisztu
2026-04-01 12:38:25 +02:00
commit b96f373fa5
27 changed files with 6792 additions and 0 deletions

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