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