mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 14:01:47 +08:00
25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"buildCommand": "pnpm -F web build --debug",
|
|
"devCommand": "pnpm -F web dev",
|
|
"installCommand": "pnpm -F web install",
|
|
"outputDirectory": "packages/web/dist",
|
|
"framework": "vite",
|
|
"github": {
|
|
"silent": true
|
|
},
|
|
"rewrites": [
|
|
{
|
|
"source": "/netease/:match*",
|
|
"destination": "https://your-netease-api.example.com/:match*"
|
|
},
|
|
{
|
|
"source": "/r3play/:match*",
|
|
"destination": "http://168.138.40.199:51324/r3play/:match*"
|
|
},
|
|
{
|
|
"source": "/(.*)",
|
|
"destination": "/"
|
|
}
|
|
]
|
|
}
|