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