{ "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "pnpm run vercel-build", "installCommand": "pnpm install --frozen-lockfile", "rewrites": [ { "source": "/api/auth/:path*", "destination": "https://joyous-cat-297.convex.site/api/auth/:path*" } ] }