Quickly scaffold a vercel.json configuration file.
See vercel.json
Using create-vercel.json
package
npm create vercel.json
Or
Using vercel.json
package
npm install -g pnpm
pnpm dlx vercel.json
- The
vercel.json
file is overwritten if it already exists. - On Windows,
vercel.json
package can be only executed withpnpm
. See npm/exec#17.