fix: rubah vercel.json

This commit is contained in:
muhamad fais aizat 2025-05-15 21:27:46 +07:00
parent b6e03fd176
commit 714f2d8492
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"builds": [ "builds": [
{ {
"src": "./api/main.py", "src": "./api/main.py",
"use": "@vercel/python" "use": "@vercel/python",
"config": { "runtime": "python3.10" }
} }
], ],
"routes": [ "routes": [