mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-06 09:25:27 +08:00
19 lines
266 B
JSON
19 lines
266 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "app.py",
|
|
"use": "@vercel/python"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/webui/assets/(.*)",
|
|
"dest": "/static/admin/assets/$1"
|
|
},
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "app.py"
|
|
}
|
|
]
|
|
} |