Skip to content

Restore route detail server startup#118

Merged
OziinG merged 1 commit into
mainfrom
fix/kfood-route-detail-boot
Jul 23, 2026
Merged

Restore route detail server startup#118
OziinG merged 1 commit into
mainfrom
fix/kfood-route-detail-boot

Conversation

@OziinG

@OziinG OziinG commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • initialize sticky child-route action styles only after their shared base styles
  • add a regression test for module initialization order
  • restore the K-food container after the previous deployment exposed the server-start TDZ

Validation

  • npm test (357 passed)
  • npm run typecheck
  • npm run build
  • local production server boot and /auth/login HTTP 200 smoke
  • npm run check:public-urls

Constraint: Module-level style objects must initialize after every shared style they spread.
Rejected: Mask the production smoke failure | the K-food container was crash-looping before accepting HTTP traffic.
Confidence: high
Scope-risk: narrow
Directive: Keep derived module constants below their dependencies and preserve the initialization-order regression test.
Tested: 357 app tests; React Router production build; local production server boot and HTTP 200 smoke; typecheck; public URL guard; git diff --check
@OziinG
OziinG merged commit 13fce5d into main Jul 23, 2026
1 check passed
@OziinG
OziinG deleted the fix/kfood-route-detail-boot branch July 23, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant