config vercel deploy

This commit is contained in:
2026-05-17 20:24:25 -05:00
parent 5fc86102a3
commit 6d30d160b0

View File

@@ -1,15 +1,13 @@
{
"version": 2,
"builds": [
{
"src": "public/index.php",
"use": "@vercel/php"
"functions": {
"api/index.php": {
"runtime": "vercel-php@0.7.3"
}
],
},
"routes": [
{
"src": "/(.*)",
"dest": "/public/index.php"
"dest": "/api/index.php"
}
]
}