fix: rubah vercel.json
This commit is contained in:
parent
b6e03fd176
commit
714f2d8492
|
@ -3,7 +3,8 @@
|
|||
"builds": [
|
||||
{
|
||||
"src": "./api/main.py",
|
||||
"use": "@vercel/python"
|
||||
"use": "@vercel/python",
|
||||
"config": { "runtime": "python3.10" }
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
|
|
Loading…
Reference in New Issue