chore: Fix example readme instructions. Add pnpm build:debug. (#12983)

* chore: Fix example readme instructions. Add `pnpm build:debug`.

* keep terser on bundle.global.js build to avoid file modifications

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Fabian-Lars
2025-03-15 16:51:40 +01:00
committed by GitHub
parent cedb24d494
commit 2fa33d5c44
4 changed files with 10 additions and 16 deletions

View File

@@ -9,23 +9,10 @@ In the future, this app will be used on Tauri's integration tests.
- Compile Tauri
go to root of the Tauri repo and run:
Linux / Mac:
```
# choose to install node cli (1)
bash .scripts/setup.sh
```
Windows:
```
./.scripts/setup.ps1
```
- Install dependencies (Run inside of this folder `examples/api/`)
```bash
$ pnpm i
pnpm i
pnpm build:debug
```
- Run the app in development mode (Run inside of this folder `examples/api/`)