Hey everyone,
I've been using Vercel to host web apps for a decent amount of time. But I still can't figure out a way to separate prod from dev on deployments.
Let's say I have a github repo with a main and dev branches.
I'd like the prod deployment to be rebuilt on every push to main.
And I'd like the dev deployment to be built on every push to dev.
How do you guys work out this prod dev thing when using Vercel?