diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 5908f4f..4620077 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -1,5 +1,10 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "cd ../.. && turbo build --filter=@tpmjs/web", - "installCommand": "pnpm install" + "installCommand": "pnpm install", + "functions": { + "app/api/**/*.ts": { + "maxDuration": 60 + } + } }