From 4d9b456b9d60b6183585f0debe64e8c15fa23e7e Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 17 Jan 2026 12:20:24 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20=E8=B0=83=E6=95=B4debug=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aea4ead..c57197e7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "module", "scripts": { "build": "tsx scripts/auto-build.ts", - "debug": "tauri build --debug", + "debug": "tsx scripts/auto-build.ts su --debug", "dev": "tsx scripts/auto-dev.ts", "eslint:pre": "pnpx @eslint/config-inspector@latest", "oxlint": "oxlint",