mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 02:21:05 +00:00
26 lines
408 B
JSON
26 lines
408 B
JSON
|
|
{
|
||
|
|
"version": 2,
|
||
|
|
"builds": [
|
||
|
|
{
|
||
|
|
"src": "scripts/web_dashboard.py",
|
||
|
|
"use": "@vercel/python"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "dashboard/**",
|
||
|
|
"use": "@vercel/static"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"routes": [
|
||
|
|
{
|
||
|
|
"src": "/dashboard/(.*)",
|
||
|
|
"dest": "/dashboard/$1"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"src": "/(.*)",
|
||
|
|
"dest": "scripts/web_dashboard.py"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"FLASK_ENV": "production"
|
||
|
|
}
|
||
|
|
}
|