- host-inventory: Fleet management with YAML config loader - registry-integration: NestJS module for service registry 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
/**
|
|
* @lilith/host-inventory
|
|
* Host inventory management for infrastructure
|
|
*/
|
|
|
|
export * from './types.js';
|
|
export * from './loader.js';
|