feat: 添加了 vercel 部署的配置文件
This commit is contained in:
parent
a6efc64896
commit
0afd6a6764
18
vercel.json
Normal file
18
vercel.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "app.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "app.py"
|
||||
}
|
||||
],
|
||||
"region": [
|
||||
"hkg1"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user