This commit is contained in:
Mann Patel
2025-02-19 12:33:38 -07:00
parent 113717fdca
commit f7a9c33df3
18 changed files with 4874 additions and 3 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://vite.dev/config/
export default defineConfig({
plugins: [react()],
})