You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker / CI client build — missing admin Central Management panel
.gitignore was matching any central-management/ folder, so the admin Operations “leave CM” component was never published to git and Docker npm run build failed with a misleading NgModule error.
Ignore is now rooted at /central-management/ (the separate CM repo only); the admin component is tracked.