Skip to content

Add support for running supabase locally #464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Rednas83 opened this issue Mar 2, 2025 · 0 comments
Open

Add support for running supabase locally #464

Rednas83 opened this issue Mar 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@Rednas83
Copy link

Rednas83 commented Mar 2, 2025

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 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

@Rednas83 Rednas83 added the enhancement New feature or request label Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant