fix: rubah vercel.json

This commit is contained in:
muhamad fais aizat 2025-05-15 20:43:08 +07:00
parent 4ffa8bfc4f
commit bf749dc054
1 changed files with 12 additions and 13 deletions

View File

@ -1,14 +1,13 @@
{
"builds":[
{
"src": "api/main.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "api/main.py"
}
]
}
"functions": {
"api/main.py": {
"runtime": "python3.11"
}
},
"routes": [
{
"src": "/(.*)",
"dest": "api/main.py"
}
]
}