mirror of
https://gitbruv.vercel.app/api/git/bruv/gitbruv.git
synced 2025-12-20 23:24:09 +01:00
16 lines
246 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|