Add debug command in readme

This commit is contained in:
Nicola Spadari
2024-06-19 12:05:48 +02:00
parent b889841527
commit 9168df1220

View File

@@ -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.