Please add feature to set build settings independently of the project, for each branch.
I have a branch v2, where there is a breaking change, from Astro framework to Next.js.
Vercel can’t host me the v2 branch, because it is not possible to set different build settings for different branches.
Hey there,
This should help: How to run different build commands depending on the branch name in Vercel? | Storyblok
You can also override buildCommand with a vercel.json file on that branch. I do this sometimes with my example projects when I need to quickly change the config just to test an idea
vercel.json