Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timeouts on vercel #19

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update .vc-config.json
removed 'shouldAddHelpers' to prevent timeouts
lazuee authored Dec 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c3ba9c43a2eed9a28e1345cd01f285c492c2e9e7
3 changes: 1 addition & 2 deletions vercel/vercel/output/functions/index.func/.vc-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"runtime": "nodejs20.x",
"handler": "index.js",
"launcherType": "Nodejs",
"shouldAddHelpers": true
"launcherType": "Nodejs"
}