User can signup / signin (WIP)

This commit is contained in:
ChatonDeAru
2024-09-14 01:40:55 +02:00
committed by ChatonDeAru (Romain)
parent c35de52aec
commit 37b2238b84
16 changed files with 663 additions and 365 deletions

View File

@@ -0,0 +1,7 @@
## 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`