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:
parent
ac6926b55c
commit
cc62c24929
1 changed files with 16 additions and 0 deletions
16
vercel.json
Normal file
16
vercel.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue