Files
github-stats-extended/apps/backend/vercel.json
T
2026-02-06 17:34:37 +01:00

17 lines
567 B
JSON

{
"$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*"
}
]
}