mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 09:14:20 +02:00
Generate types from live database
supabase gen types --lang=typescript --project-id YourProjectId > types/database.types.ts
Generate types when using local environment
supabase gen types --lang=typescript --local > types/database.types.ts