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,10 +1,9 @@
{ {
"builds":[ "functions": {
{ "api/main.py": {
"src": "api/main.py", "runtime": "python3.11"
"use": "@vercel/python"
} }
], },
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",