mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-23 00:07:22 +08:00
16 lines
196 B
JSON
16 lines
196 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "public/index.php",
|
|
"use": "@vercel/php"
|
|
}
|
|
],
|
|
"routes": [
|
|
{
|
|
"src": "/(.*)",
|
|
"dest": "public/index.php"
|
|
}
|
|
]
|
|
}
|