fix: test vercel
This commit is contained in:
parent
684bd449f5
commit
52b2746454
|
@ -2,23 +2,17 @@
|
|||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "index.py",
|
||||
"src": "api/index.py",
|
||||
"use": "@vercel/python",
|
||||
"config": {
|
||||
"runtime": "python3.10",
|
||||
"pythonVersion": "3.10"
|
||||
}
|
||||
"config": { "runtime": "python3.10" }
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "index.py"
|
||||
"dest": "api/index.py"
|
||||
}
|
||||
],
|
||||
"functions": {
|
||||
"**/*.py": {
|
||||
"runtime": "python3.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue