This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
supabase gen types typescript --db-url postgres://postgres:[YOUR-PASSWORD]@db.[YOUR-DB-ID].supabase.co:5432/postgres > ./utils/db-types.ts supabase gen types typescript --project-id [PROJECT-ID] >> ./utils/db-types.ts