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