webapp/vercel.json

9 lines
105 B
JSON
Raw Normal View History

2022-12-03 13:11:39 +00:00
{
"functions": {
"src/pages/api/**/*": {
"memory": 3008,
"maxDuration": 30
}
}
}