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.
2022-09-03 09:23:06 +08:00
|
|
|
|
|
|
|
|
|
2022-09-03 09:12:11 +08:00
|
|
|
{
|
|
|
|
|
"version": 2,
|
|
|
|
|
"builds": [
|
2022-09-03 09:23:06 +08:00
|
|
|
{ "src": "src/__init__.py", "use": "@vercel/python" }
|
2022-09-03 09:12:11 +08:00
|
|
|
],
|
|
|
|
|
"routes": [
|
2022-09-03 09:23:06 +08:00
|
|
|
{ "src": "/(.*)", "dest": "src/__init__.py"}
|
2022-09-03 09:12:11 +08:00
|
|
|
]
|
|
|
|
|
}
|