This repository has been archived on 2026-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-01-07 21:23:33 +08:00
|
|
|
{
|
|
|
|
|
"builds": [
|
|
|
|
|
{
|
|
|
|
|
"src": "main.py",
|
|
|
|
|
"use": "@vercel/python"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"routes": [
|
|
|
|
|
{
|
|
|
|
|
"dest": "main.py",
|
|
|
|
|
"src": "/.*"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|