chore: add removeUnusedCommands to build configuration

This commit is contained in:
Tunglies 2025-11-19 18:13:05 +08:00
parent 6ab597db8f
commit aad5bb812c
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8

View File

@ -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",