fix:test vercel
This commit is contained in:
parent
d0ee0e91c3
commit
5908f33041
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"builds":[
|
||||
{
|
||||
"src": "index.py",
|
||||
"use": "@vercel/python"
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
"functions": {
|
||||
"index.py": {
|
||||
"runtime": "python3.11"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue