How to separate local development on branch X from a remote preview URL for same branch X?
What's the recommended workflow to separate data between a remote preview Vercel URL (e.g. for
When I push the
my-feature branch) and local development on the same branch?When I push the
my-feature branch, the Vercel integration would create the branch in Neon, which is great. But, while someone is testing this branch and messing with the data, I'd like to continue developing locally on this branch and make sure that I'm not touching that Neon branch that's being tested.