web-check/vercel.json

8 lines
73 B
JSON
Raw Normal View History

{
"functions": {
"api/*.js": {
"maxDuration": 10
}
}
}