webapp/vercel.json
2022-12-03 15:26:35 +03:00

9 lines
106 B
JSON

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