diff --git a/vercel.json b/vercel.json index 4a37aba3bb..64f0b89701 100644 --- a/vercel.json +++ b/vercel.json @@ -9,5 +9,11 @@ "source": "/(.*)", "destination": "/api/vercel.js" } - ] + ], + "functions": { + "api/vercel.js": { + "runtime": "nodejs", + "includeFiles": "api/**/*" + } + } }