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