fix:memperbaiki vercel
This commit is contained in:
parent
e76f4869fd
commit
b78ecccd4b
|
@ -0,0 +1 @@
|
||||||
|
python-3.9
|
|
@ -1,16 +1,17 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "index.py",
|
"src": "index.py",
|
||||||
"use": "@vercel/python"
|
"use": "@vercel/python",
|
||||||
}
|
"config": { "runtime": "python3.9" }
|
||||||
],
|
}
|
||||||
"routes": [
|
],
|
||||||
{
|
"routes": [
|
||||||
"src": "/(.*)",
|
{
|
||||||
"dest": "index.py"
|
"src": "/(.*)",
|
||||||
}
|
"dest": "index.py"
|
||||||
]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue