Currently all backend-related changes are applied directly to production. This makes developing in parallel with other people more difficult, since developers need to constantly have the latest changes to the frontend, because it breaks otherwise.
Supabase can be hosted locally using the SupabaseCLI and Docker, with the possibility to develop locally and later deploying to production. This would also facilitate other CI/CD processes such as e2e-tests.
Currently all backend-related changes are applied directly to production. This makes developing in parallel with other people more difficult, since developers need to constantly have the latest changes to the frontend, because it breaks otherwise.
Supabase can be hosted locally using the SupabaseCLI and Docker, with the possibility to develop locally and later deploying to production. This would also facilitate other CI/CD processes such as e2e-tests.