feat: add config for maxDuration to 60 for vercel

This commit is contained in:
javayhu 2025-04-05 20:21:57 +08:00
parent 05d811aa4e
commit df189215eb

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"functions": {
"app/api/**/*": {
"maxDuration": 60
}
}
}