You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not able to run supabase locally outside of the box after installing the module.
Describe the solution you'd like
Run supabase init when adding the module
Run supabase login, supabase link
Run supabase migration new schema_projects // Ideally with all the required tables
Run supabase gen types typescript --local > types/database.types.ts
And finally run supabase start when starting the development server. Perhaps with a question to reset the database supabase db reset --linked when changes where made inside the schemas
Describe alternatives you've considered
Run it manually in every time
The text was updated successfully, but these errors were encountered:
Problem
Not able to run supabase locally outside of the box after installing the module.
Describe the solution you'd like
Run supabase init when adding the module
Run
supabase login
,supabase link
Run
supabase migration new schema_projects
// Ideally with all the required tablesRun
supabase gen types typescript --local > types/database.types.ts
And finally run supabase start when starting the development server. Perhaps with a question to reset the database
supabase db reset --linked
when changes where made inside the schemasDescribe alternatives you've considered
Run it manually in every time
The text was updated successfully, but these errors were encountered: