feat: add config for maxDuration to 60 for vercel
This commit is contained in:
parent
05d811aa4e
commit
df189215eb
7
vercel.json
Normal file
7
vercel.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"functions": {
|
||||
"app/api/**/*": {
|
||||
"maxDuration": 60
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user