1
0
Fork 0
mirror of https://gitbruv.vercel.app/api/git/bruv/gitbruv.git synced 2025-12-20 23:24:09 +01:00
This commit is contained in:
Ahmet Kilinc 2025-12-20 13:51:39 +00:00
parent cc62c24929
commit 2a92cf6f0a
2 changed files with 1 additions and 17 deletions

View file

@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
experimental: {
useCache: true,
serverActions: {
bodySizeLimit: "999mb",
bodySizeLimit: "2mb",
},
},
};

View file

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