diff --git a/vercel.json b/vercel.json index 0ddf6b0d..b1e85feb 100644 --- a/vercel.json +++ b/vercel.json @@ -2,6 +2,12 @@ "version": 2, "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", + "functions": { + "api/**/*.ts": { + "memory": 1024, + "maxDuration": 60 + } + }, "redirects": [ { "source": "/:path(.*)",