diff --git a/Makefile b/Makefile index 3fb782c..c4ba190 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ TARGET_DIR := $(if $(TARGET),src-tauri/target/$(TARGET)/release,src-tauri/targe # ────────────────────────────────────────────── .PHONY: dev -dev: node_modules ## Run app in dev mode (Vite HMR + Rust backend) +dev: ## Run app in dev mode (Vite HMR + Rust backend) npm run tauri dev .PHONY: dev-frontend