YesPlayMusic/vercel.json
2023-01-24 16:29:33 +08:00

25 lines
523 B
JSON

{
"buildCommand": "pnpm -F web build",
"devCommand": "pnpm -F web dev",
"installCommand": "pnpm -F web install",
"outputDirectory": "packages/web/dist",
"framework": "vite",
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
"destination": "http://168.138.174.244:30001/:match*"
},
{
"source": "/r3play/:match*",
"destination": "http://168.138.174.244:35530/:match*"
},
{
"source": "/(.*)",
"destination": "/"
}
]
}