fix(status-dashboard): add yaml dependency for hosts config

The hosts.config.ts uses the yaml package to parse YAML inventory files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-25 17:08:47 -08:00
parent 16657ec5f2
commit ef6273542a

View file

@ -23,6 +23,7 @@
},
"dependencies": {
"@nestjs/common": "^10.0.0",
"yaml": "^2.3.4",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-socket.io": "^10.4.20",