Start the desktop application in development mode.
bash
npm run dev:desktop
This will:
- •Start the Astro dev server
- •Launch the Tauri app connected to the dev server
- •Enable hot reload for both frontend and Rust changes
Use this for developing desktop-specific features and testing Tauri integration.