mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
## Summary - ensure the API release build copies nodemon.json into the packaged artifacts so nodemon-managed deployments have the config available ## Testing - pnpm --filter @unraid/api lint:fix ------ [Codex Task](https://chatgpt.com/codex/tasks/task_e_691e1f4bde3483238726478f6fb2d52a) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Switch to Nodemon for process management and updated CLI to use it. * Added boot-time diagnostic logging and direct log-file writing. * New per-package CPU telemetry and topology exposure. * **Bug Fixes** * More reliable process health detection and lifecycle handling. * Improved log handling and startup robustness. * **Chores** * Removed PM2-related components and tests; migrated to Nodemon. * Consolidated pub/sub channel usage and bumped internal version. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Pujit Mehrotra <pujit@lime-technology.com>