# Ledger Served Assets `8081` 사업관리대장 화면이 실제로 읽는 런타임 파일 모음이다. source-of-truth: - [frontend/apps/ledger](/home/hyunho/projects/mh-dashboard-organization/.dev-worktree-8081/frontend/apps/ledger) - 반영 스크립트: [scripts/publish_ledger_app.sh](/home/hyunho/projects/mh-dashboard-organization/.dev-worktree-8081/scripts/publish_ledger_app.sh) - `index.html`: `/integrations/ledger` 응답 본문 - `frontend/apps/ledger/index.html` 템플릿에서 publish 시 생성 - `MH 통합 대시보드_260320.css`: ledger base stylesheet - `ledger-override.css`: 8081 ledger 디자인/레이아웃 오버라이드 - `ledger-override.js`: 8081 ledger 상호작용/테이블/팝업 오버라이드 - `사업관리대장-1.xlsx`: startup 시 기본 원본 DB 동기화에 사용하는 기본 데이터 파일 규칙: - backend는 `사업관리대장` 원본 wrapper를 더 이상 직접 읽지 않는다. - runtime asset 수정은 `frontend/apps/ledger` 기준으로 먼저 반영하고, 이 디렉터리로 publish 한다. - 원본 비교가 필요하면 `incoming-files/reference/ledger/`를 본다.