{ "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "cd ../../ && rm -rf ./apps/backend/node_modules && pnpm --filter ./apps/backend/ --legacy deploy ./apps/deployment/ && mv ./apps/deployment/node_modules/ ./apps/backend/node_modules/ && ./vercel-preparation.sh", "redirects": [ { "source": "/", "destination": "https://github.com/stats-organization/github-stats-extended" } ], "rewrites": [ { "source": "/frontend/:match*", "destination": "https://gse-frontend-preview.vercel.app/:match*" } ] }