Hi all,
I run the Supabase stack locally as per the documentation in a Docker Container.
I'm currently experimenting with a new dev-workflow where I run multiple Claude Code sessions in parallel. Currently, the sessions will all use different git worktrees, spin up the NextJs-app on different ports and connect to the same locally running Supabase stack. As long as I'm not making Supabase-related changes I (read Claude Code) can work on different features simultaneously. Ideally, we'd have the different worktrees spin up distinct Supabase Stacks locally.
Has anyone done this successfully? If so, I'd love a point in the right direction.
Thanks a lot!