Add current project files

This commit is contained in:
Murtadha 2024-07-11 15:41:21 -04:00
parent 250ecbe1e5
commit 34e4244d65
32 changed files with 6470 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()],
})