mirror of
https://github.com/RhenCloud/Cloud-Index.git
synced 2025-12-06 15:17:40 +08:00
19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"version": 2,
|
|
"devCommand": "python ./app.py",
|
|
"builds": [
|
|
{
|
|
"src": "app.py",
|
|
"use": "@vercel/python",
|
|
"config": {
|
|
"pythonVersion": "3.11"
|
|
}
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "app.py"
|
|
}
|
|
]
|
|
} |