comfyui-deploy/web/vercel.json
2024-01-27 13:15:28 +08:00

8 lines
78 B
JSON

{
"functions": {
"src/app/**/*": {
"maxDuration": 300
}
}
}