Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 273 Bytes

Generate Supabase types

 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