25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
# 라우트 하나가 건드리는 손 목록과 검출 시점
|
||
|
||
## Alternative text
|
||
|
||
새 Route가 Route Contract를 거쳐 Runtime 계약, 배포 전 검사, Edge 서빙 세 묶음으로 갈라지는 팬아웃 그림. 각 묶음에는 누락이 처음 드러나는 시점이 적혀 있다.
|
||
|
||
## Long description
|
||
|
||
왼쪽의 새 Route가 Route Contract로 들어간 뒤 세 갈래로 퍼진다. Runtime 계약에는 runtime 등록과 메시지 카탈로그가 있다. 배포 전 검사에는 vite chunk 이름 표와 접근성 증거·아티팩트 기준선·gate digest가 묶여 있고 누락은 빌드 매니페스트 또는 배포 직전에 드러난다. Edge 서빙 규칙 누락은 하드 로드나 새로고침 때 배포 뒤 404로 드러난다.
|
||
|
||
## Elements and evidence
|
||
|
||
- **새 Route** (request): No additional description. Evidence: L816–L821.
|
||
- **Route Contract** (component): No additional description. Evidence: L819–L831.
|
||
- **Runtime 계약** (component): No additional description. Evidence: L824–L826.
|
||
- **배포 전 검사** (component): No additional description. Evidence: L828–L831, L854–L877.
|
||
- **Edge serving** (component): No additional description. Evidence: L827–L827, L834–L852.
|
||
|
||
## Relationships
|
||
|
||
- **Route Contract → Edge serving:** 서빙 패턴. Evidence: L827–L827, L834–L852.
|
||
- **Route Contract → 배포 전 검사:** 대조. Evidence: L828–L831, L854–L877.
|
||
- **새 Route → Route Contract:** 등록. Evidence: L819–L831.
|
||
- **Route Contract → Runtime 계약:** 반영. Evidence: L824–L826.
|