Delete vercel.json

This commit is contained in:
Reynov Christian
2025-12-01 20:44:17 +08:00
committed by GitHub
parent 75090e704d
commit 272f4ddde6
-17
View File
@@ -1,17 +0,0 @@
{
"builds": [
{
"src": "api/app.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/api/app.py"
}
],
"env": {
"SKIP_MT5_INIT": "1"
}
}