v3.4.1 — Fix HCI Update Handler
Bug Fixes
- HCI Update Handler: Add +git reset+ step before +git pull --ff-only+
- Prevents update failure when +package-lock.json+ or other files have local modifications (e.g., from +npm install+)
- Fixes #29
Changes
- +server.js+: Discard local changes via +git checkout -- .+ before pulling updates