Skip to content

Commit 364df3a

Browse files
ryan-williamsclaude
andcommitted
www: regen .dockerignore — whitelist FeedHealth.tsx + the Smg* files
The screenshot Docker build (`www.yml` "Regenerate screenshots") failed on `Could not resolve "./pages/FeedHealth"`: `www/.dockerignore` is a generated whitelist and hadn't been re-run since `/health/feed` landed. `make-dockerignore.py -G` adds `FeedHealth.tsx`, `SmgChart.tsx`, `SmgPanel.tsx`, `SmgPanel.module.css`, `query/smg.ts`. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GgLAzeRJeNeyizG4XHWRBK
1 parent f158f3c commit 364df3a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

www/.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
!src/components/RidesTable.tsx
115115
!src/components/RollupTripsChart.tsx
116116
!src/components/S2CellTip.tsx
117+
!src/components/SmgChart.tsx
118+
!src/components/SmgPanel.module.css
119+
!src/components/SmgPanel.tsx
117120
!src/components/StageCard.tsx
118121
!src/components/StationAvailabilityChart.css
119122
!src/components/StationAvailabilityChart.tsx
@@ -164,6 +167,7 @@
164167
!src/main.tsx
165168
!src/mdx.d.ts
166169
!src/pages/CellsDebug.tsx
170+
!src/pages/FeedHealth.tsx
167171
!src/pages/Files.tsx
168172
!src/pages/Health.tsx
169173
!src/pages/Home.tsx
@@ -176,6 +180,7 @@
176180
!src/query/ridesTable.ts
177181
!src/query/ridesV1.ts
178182
!src/query/rollups.ts
183+
!src/query/smg.ts
179184
!src/query/stations.ts
180185
!src/stations.module.css
181186
!src/theme.ts

0 commit comments

Comments
 (0)