feat: set Vercel functions timeout to 30 seconds

This commit is contained in:
2024-10-18 10:59:16 +02:00
parent f429cb3403
commit aa7296e93b

View File

@@ -9,6 +9,11 @@
"schedule": "0 5 * * *"
}
],
"functions": {
"app/api/**/*": {
"maxDuration": 30
}
},
"headers": [
{
"source": "/api/(.*)",