Local Development Server Management Purpose: Zero-friction local development server management for Empathy Ledger using PM2 Trigger: When user needs to start/stop/restart local dev server, or when "address already in use" errors occur --- Quick Commands --- Problem This Solves Pain Points: - ❌ "address already in use" errors when port is occupied - ❌ Forgetting to restart server after code changes - ❌ Server crashes and doesn't auto-restart - ❌ Can't find which process is using the port - ❌ Manual is fragile and doesn't persist Solution: - ✅ PM2 manages process lifecycle automatically - ✅ Aut…