Map environments to Neon branches

Hi there,

A while back, I set up a Neon database connection for my Vercel project, but not sure how, I ended up with all my Vercel environments (prod, dev, stagging) pointing to the main branch in Vercel. That is causing issues during development. I’m trying to change the environment variables scope so that prod variables point to the main branch, dev variables to dev, and stagging to stagging, but it seems the variables are protected by the integration so I cannot update them What’s the easiest way to make this adjustment?