From aad5bb812ca5fdd36e1ddc617ed77a0c78907054 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:13:05 +0800 Subject: [PATCH] chore: add removeUnusedCommands to build configuration --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index daf6d3801..4a50c2594 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -23,7 +23,8 @@ "beforeBuildCommand": "pnpm run web:build", "frontendDist": "../dist", "beforeDevCommand": "pnpm run web:dev", - "devUrl": "http://localhost:3000/" + "devUrl": "http://localhost:3000/", + "removeUnusedCommands": true }, "productName": "Clash Verge", "identifier": "io.github.clash-verge-rev.clash-verge-rev",