{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "framework": "nextjs",
  "regions": ["sin1"],
  "installCommand": "npm install",
  "buildCommand": "prisma generate && prisma migrate deploy && next build"
}
