mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
✨ User can signup / signin (WIP)
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
c35de52aec
commit
37b2238b84
7
modules/supabase/README.md
Normal file
7
modules/supabase/README.md
Normal 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`
|
Reference in New Issue
Block a user