AgentSkillsCN

dev-desktop

以开发模式启动 Tauri 桌面应用,并启用热重载功能

SKILL.md
--- frontmatter
name: dev-desktop
description: Start the Tauri desktop application in development mode with hot reload

Start the desktop application in development mode.

bash
npm run dev:desktop

This will:

  1. Start the Astro dev server
  2. Launch the Tauri app connected to the dev server
  3. Enable hot reload for both frontend and Rust changes

Use this for developing desktop-specific features and testing Tauri integration.