Skip to content
← Back to Changelog

Friday, September 2nd 2022

New configuration overrides available per-deployment

Posted by

Avatar for ethanarrowood-vercel

Ethan Arrowood

Software Engineer

Avatar for styfle

Steven Salat

Software Engineer

Avatar for tootallnate

Nathan Rajlich

Software Engineer

It's now easier to test out a new framework, package manager, or other build tool without disrupting the rest of your project. We've added support for configuration overrides on a per-deployment basis powered by six new properties for vercel.json.

The six supported settings are:

  • framework
  • buildCommand
  • outputDirectory
  • installCommand
  • devCommand
  • ignoreCommand

Check out the documentation to learn more.

Post