fix: test vercel
This commit is contained in:
parent
e5ee6a4d50
commit
3128d72446
|
@ -0,0 +1,11 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
uvicorn = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
Binary file not shown.
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"functions": {
|
||||
"index.py": {
|
||||
"runtime": "vercel-python@3.9"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue