From 9168df122070db04947d5652bf2b9ff6ebd6016d Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Wed, 19 Jun 2024 12:05:48 +0200 Subject: [PATCH] Add debug command in readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9d9dd7c..04113f8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,14 @@ Build super fast desktop applications! This command will generate the Nuxt static output and bundle the project under `src-tauri/target`. +## Debug + + ```sh + $ pnpm run tauri:build:debug + ``` + +The same Tauri bundle will generate under `src-tauri/target`, but with the ability to open the console. + ## Notes - Tauri v2 is still in beta. Some things might not work, or present some bugs.