From c3ba9c43a2eed9a28e1345cd01f285c492c2e9e7 Mon Sep 17 00:00:00 2001 From: John Marlo Lapiz <91590512+lazuee@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:34:59 +0800 Subject: [PATCH] Update .vc-config.json removed 'shouldAddHelpers' to prevent timeouts --- vercel/vercel/output/functions/index.func/.vc-config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel/vercel/output/functions/index.func/.vc-config.json b/vercel/vercel/output/functions/index.func/.vc-config.json index 033eb40..7e92a78 100644 --- a/vercel/vercel/output/functions/index.func/.vc-config.json +++ b/vercel/vercel/output/functions/index.func/.vc-config.json @@ -1,6 +1,5 @@ { "runtime": "nodejs20.x", "handler": "index.js", - "launcherType": "Nodejs", - "shouldAddHelpers": true + "launcherType": "Nodejs" }