Using a different Supabase project for development
I read that the local development doesn't support storage and functions apis yet. How do I setup storage locally.
Also, if I don't want to setup local, and just a different supabase project for development, is that possible with the new workflow?
I was thinking of just using
Also, if I don't want to setup local, and just a different supabase project for development, is that possible with the new workflow?
I was thinking of just using
db commit to pull changes from the dev project, and use the new CI/CD workflow to update the production project. Is that a good way to go about it?