From df189215eb9cbdee120cbf761df3969baf5be237 Mon Sep 17 00:00:00 2001 From: javayhu Date: Sat, 5 Apr 2025 20:21:57 +0800 Subject: [PATCH] feat: add config for maxDuration to 60 for vercel --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vercel.json 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