Files
quantumbotx/vercel.json
T
2025-10-16 02:11:04 +08:00

17 lines
212 B
JSON

{
"functions": {
"api/app.py": {
"runtime": "@vercel/python@3.11"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "/api/app.py"
}
],
"env": {
"SKIP_MT5_INIT": "1"
}
}