未验证 提交 3400052c 编写于 作者: P paulogdm 提交者: GitHub

Delete vercel.json from "yarn workspaces" example (#17263)

This PR removes "vercel.json" from the Yarn workspaces example. Since the release of [monorepos](https://vercel.com/blog/monorepos) support, there is no need to use the "builds" property or "vercel.json".
上级 4adf48b6
{
"version": 2,
"builds": [{ "src": "packages/web-app/package.json", "use": "@now/next" }],
"rewrites": [{ "source": "/(.*)", "destination": "/packages/web-app/$1" }]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册