From 08a4994f4dd704d29c0003d4ac2f98a6a57d2080 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 01:48:37 +0000 Subject: [PATCH] completionId: cgen-7c84bf3c46ea45a988f4cc2bdd4fdfd2 cgen-7c84bf3c46ea45a988f4cc2bdd4fdfd2 --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index dcf8a9dd..fa08dce9 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,11 @@ "version": 2, "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", + "functions": { + "api/**/*.ts": { + "runtime": "@vercel/node@latest" + } + }, "redirects": [ { "source": "/:path(.*)",