vercel.json 98 B

1234
  1. {
  2. "outputDirectory": "build",
  3. "installCommand": "yarn install && yarn --cwd ../../ install"
  4. }