mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-10 02:04:19 +02:00
252 B
252 B
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