mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
As reported https://github.com/vercel/vercel/discussions/9648, `vc build` does not honor the `--local-config <file>` option. `vc build` will only load the `vercel.json` (or `now.json`) in the `workPath` which is based on the `rootDirctory`. If `--local-config` is specified in the command line arguments, then it should take precedence.