diff --git a/docs-site/development.md b/docs-site/development.md index 222e837b..3667be31 100644 --- a/docs-site/development.md +++ b/docs-site/development.md @@ -73,8 +73,8 @@ bash scripts/verify-generated-launcher.sh ```bash bun run dev # builds + launches with --start --dev -electron . --start --dev --log-level debug # equivalent Electron launch with verbose logging -electron . --background # tray/background mode, minimal default logging +bun run electron . --start --dev --log-level debug # equivalent Electron launch with verbose logging +bun run electron . --background # tray/background mode, minimal default logging make dev-start # build + launch via Makefile make dev-watch # watch TS + renderer and launch Electron (faster edit loop) make dev-watch-macos # same as dev-watch, forcing --backend macos