Fix container build
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
/**
|
||||
* @ai-summary Public API for maintenance feature capsule
|
||||
* @ai-note This is the ONLY file other features should import from
|
||||
* @ai-status Scaffolded - implementation pending
|
||||
*/
|
||||
|
||||
// Export service for use by other features
|
||||
export { UmaintenanceService } from './domain/lUmaintenance.service';
|
||||
// TODO: Implement maintenance service and types
|
||||
// Currently scaffolded feature - no exports until implementation is complete
|
||||
|
||||
// Export types needed by other features
|
||||
export type {
|
||||
Umaintenance,
|
||||
CreateUmaintenanceRequest,
|
||||
UpdateUmaintenanceRequest,
|
||||
UmaintenanceResponse
|
||||
} from './domain/lUmaintenance.types';
|
||||
|
||||
// Internal: Register routes with Express app
|
||||
export { registerUmaintenanceRoutes } from './api/lUmaintenance.routes';
|
||||
// Placeholder to prevent build errors
|
||||
export const MaintenanceFeature = {
|
||||
status: 'scaffolded',
|
||||
message: 'Maintenance feature not yet implemented'
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user