From 9314088c627d1cf39fb4436bd766c80f4181d9e6 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 04:52:10 +0000 Subject: [PATCH] Add functions config to exclude utility files cgen-3fc27abe6cc7454eafe3814de24a4216 --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vercel.json b/vercel.json index b9014057..18ed331e 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,12 @@ "version": 2, "buildCommand": "npm run build", "outputDirectory": "dist/spa", + "functions": { + "api/**/*.ts": { + "memory": 1024, + "maxDuration": 30 + } + }, "redirects": [ { "source": "/:path(.*)",