Create vercel.json

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

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"functions": {
"app": {
"maxDuration": 180
}
}
}