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