1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
gitbruv/vercel.json
2025-12-20 13:44:14 +00:00

16 lines
246 B
JSON

{
"functions": {
"app/api/git/*/route.ts": {
"maxDuration": 120,
"memory": 1024
}
},
"routes": [
{
"src": "/api/git/(.*)",
"headers": {
"x-vercel-max-body-length": "104857600"
}
}
]
}