mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 16:30:32 +08:00
chore: add removeUnusedCommands to build configuration
This commit is contained in:
parent
6ab597db8f
commit
aad5bb812c
@ -23,7 +23,8 @@
|
|||||||
"beforeBuildCommand": "pnpm run web:build",
|
"beforeBuildCommand": "pnpm run web:build",
|
||||||
"frontendDist": "../dist",
|
"frontendDist": "../dist",
|
||||||
"beforeDevCommand": "pnpm run web:dev",
|
"beforeDevCommand": "pnpm run web:dev",
|
||||||
"devUrl": "http://localhost:3000/"
|
"devUrl": "http://localhost:3000/",
|
||||||
|
"removeUnusedCommands": true
|
||||||
},
|
},
|
||||||
"productName": "Clash Verge",
|
"productName": "Clash Verge",
|
||||||
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user