Update
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
/**
|
||||
* @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
|
||||
*/
|
||||
|
||||
// TODO: Implement maintenance service and types
|
||||
// Currently scaffolded feature - no exports until implementation is complete
|
||||
|
||||
// Placeholder to prevent build errors
|
||||
export const MaintenanceFeature = {
|
||||
status: 'scaffolded',
|
||||
message: 'Maintenance feature not yet implemented'
|
||||
} as const;
|
||||
export { maintenanceRoutes } from './api/maintenance.routes';
|
||||
export * from './domain/maintenance.types';
|
||||
|
||||
Reference in New Issue
Block a user