mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 14:20:50 +08:00
25 lines
519 B
JSON
25 lines
519 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://129.150.45.86:30001/:match*"
|
|
},
|
|
{
|
|
"source": "/r3play/:match*",
|
|
"destination": "http://129.150.45.86:35530/:match*"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/"
|
|
}
|
|
]
|
|
}
|