fix: test vercel
This commit is contained in:
parent
aa4b963f32
commit
684bd449f5
|
@ -0,0 +1 @@
|
|||
python-3.10
|
|
@ -4,7 +4,10 @@
|
|||
{
|
||||
"src": "index.py",
|
||||
"use": "@vercel/python",
|
||||
"config": { "runtime": "python3.10" }
|
||||
"config": {
|
||||
"runtime": "python3.10",
|
||||
"pythonVersion": "3.10"
|
||||
}
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
|
@ -12,7 +15,10 @@
|
|||
"src": "/(.*)",
|
||||
"dest": "index.py"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"functions": {
|
||||
"**/*.py": {
|
||||
"runtime": "python3.10"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue