From 323b120bf50c7f4c325d86ab684a939ce4c73196 Mon Sep 17 00:00:00 2001 From: Christopher <62194124+carraya@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:50:28 -0500 Subject: [PATCH] Create vercel.json --- 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..9798252 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "functions": { + "app": { + "maxDuration": 180 + } + } +}