Update vercel.json

This commit is contained in:
Christopher 2024-01-19 12:51:15 -05:00 committed by GitHub
parent 323b120bf5
commit 5c5ad4a14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"functions": {
"app": {
"maxDuration": 180
"app/**/*": {
"maxDuration": 5
}
}
}