Skip to content

MatyiFKBT/vercel.json

Repository files navigation

vercel.json

npm

Quickly scaffold a vercel.json configuration file.

See vercel.json

Usage

Using create-vercel.json package

npm create vercel.json

Or

Using vercel.json package

npm install -g pnpm
pnpm dlx vercel.json

Known Issues

  • The vercel.json file is overwritten if it already exists.
  • On Windows, vercel.json package can be only executed with pnpm. See npm/exec#17.