fix/eslint-react-hooks-violations #1

Merged
dev merged 7 commits from fix/eslint-react-hooks-violations into master 2026-04-08 06:44:36 +00:00
Showing only changes of commit f8dd94a6c7 - Show all commits

View File

@@ -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