You can now opt into Turbo build machines on any individual deployment. This is useful when you need to increase resources temporarily without changing project settings. You can do this in three ways:
Learn more in the managing builds documentation.
Read more
Continue reading...
Include#VERCEL_BUILD_MACHINE=TURBOin your Git commit message before pushing to GitHub
Usevc deploy --turbo(Vercel CLI 59.20.0 or later)
SetbuildMachinetoturbowhen creating a deployment with the REST API
Learn more in the managing builds documentation.
Read more
Continue reading...