fix:memperbaiki vercel
This commit is contained in:
parent
e76f4869fd
commit
b78ecccd4b
|
@ -0,0 +1 @@
|
||||||
|
python-3.9
|
|
@ -3,7 +3,8 @@
|
||||||
"builds": [
|
"builds": [
|
||||||
{
|
{
|
||||||
"src": "index.py",
|
"src": "index.py",
|
||||||
"use": "@vercel/python"
|
"use": "@vercel/python",
|
||||||
|
"config": { "runtime": "python3.9" }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"routes": [
|
"routes": [
|
||||||
|
|
Loading…
Reference in New Issue