From 8eb1dcc0ad9c65a93b70dd3978f58b03b262cec3 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 01:50:04 +0000 Subject: [PATCH] completionId: cgen-c7249faf0b78480295945b15e3fa013e cgen-c7249faf0b78480295945b15e3fa013e --- vercel.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index c9293773..4bc98b95 100644 --- a/vercel.json +++ b/vercel.json @@ -3,10 +3,8 @@ "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", "functions": { - "api/**/*.ts": { - "runtime": "@vercel/node@3.2.15", - "includeFiles": "api/**/*.ts", - "excludeFiles": "**/*.test.ts,**/*.spec.ts" + "api/**/*.js": { + "runtime": "@vercel/node@3.2.15" } }, "env": {