Saataa andagii !

This commit is contained in:
Lukian 2024-12-04 22:24:38 +01:00
commit 8ce5844c3b
23 changed files with 421 additions and 0 deletions

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