Files
github-stats-extended/backend/vercel.json
T
2026-01-05 12:56:39 +01:00

15 lines
342 B
JSON

{
"buildCommand": "npm install && ../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*"
}
]
}