diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..bdc6d64 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "functions": { + "app/api/**/*": { + "maxDuration": 60 + } + } +} \ No newline at end of file