dnsmgr/vercel.json
coolxitech 7768140a30 修补缺少的依赖
添加vercel部署
2024-10-29 13:48:09 +08:00

16 lines
196 B
JSON

{
"version": 2,
"builds": [
{
"src": "public/index.php",
"use": "@vercel/php"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "public/index.php"
}
]
}