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

vercel.jso

This commit is contained in:
Ahmet Kilinc 2025-12-20 13:44:14 +00:00
parent ac6926b55c
commit cc62c24929

16
vercel.json Normal file
View file

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