diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..9cc8957 --- /dev/null +++ b/vercel.json @@ -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" + } + } + ] +}