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(.*)",