webapp/vercel.json
2022-12-03 16:16:36 +03:00

9 lines
105 B
JSON

{
"functions": {
"src/pages/api/*.js": {
"memory": 3008,
"maxDuration": 30
}
}
}