YesPlayMusic/vercel.json

25 lines
519 B
JSON
Raw Permalink Normal View History

2022-06-05 02:18:04 +08:00
{
2023-01-24 16:29:33 +08:00
"buildCommand": "pnpm -F web build",
"devCommand": "pnpm -F web dev",
"installCommand": "pnpm -F web install",
"outputDirectory": "packages/web/dist",
"framework": "vite",
2022-06-05 02:18:04 +08:00
"github": {
"silent": true
},
"rewrites": [
{
"source": "/netease/:match*",
2023-03-26 02:16:01 +08:00
"destination": "http://129.150.45.86:30001/:match*"
2022-06-06 12:56:24 +08:00
},
2022-06-14 23:23:34 +08:00
{
2023-01-24 16:29:33 +08:00
"source": "/r3play/:match*",
2023-03-26 02:16:01 +08:00
"destination": "http://129.150.45.86:35530/:match*"
2022-06-14 23:23:34 +08:00
},
2023-01-24 16:29:33 +08:00
{
"source": "/(.*)",
"destination": "/"
}
2022-06-05 02:18:04 +08:00
]
}