platform-codebase/@packages/@infrastructure/host-inventory/src/index.ts

7 lines
140 B
TypeScript
Executable file

/**
* @lilith/host-inventory
* Host inventory management for infrastructure
*/
export * from './types.js';
export * from './loader.js';