summaryrefslogtreecommitdiff
path: root/apps/web/vercel.json
blob: 3a6b1e5da7c8d9092254fde9adff2fd8cc2317a1 (plain) (blame)
1
2
3
4
5
{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "installCommand": "cd ../.. && pnpm install",
  "framework": "nextjs"
}