Fix AnalyticsSession import paths for beta build (#47) #48

Merged
westfarn merged 1 commits from fix/analytics-session-import-paths into master 2026-07-28 04:20:14 -07:00
Owner

Summary

  • Fixes wrong relative imports in AnalyticsSession.tsx (../../../) so npm run build:beta can resolve contexts/utils.
  • Unblocks beta deploy; empty docroot was causing https://beta.hesychia.ai/ nginx 403.

Fixes #47

Test plan

  • CI unit tests pass
  • Beta deploy workflow succeeds after merge
  • https://beta.hesychia.ai/ returns 200 with the SPA
## Summary - Fixes wrong relative imports in `AnalyticsSession.tsx` (`../` → `../../`) so `npm run build:beta` can resolve contexts/utils. - Unblocks beta deploy; empty docroot was causing `https://beta.hesychia.ai/` nginx 403. Fixes #47 ## Test plan - [ ] CI unit tests pass - [ ] Beta deploy workflow succeeds after merge - [ ] `https://beta.hesychia.ai/` returns 200 with the SPA
westfarn added 1 commit 2026-07-28 04:19:46 -07:00
Fix AnalyticsSession relative imports so beta build succeeds (#47).
Unit Tests / test (pull_request) Successful in 12s
d791c70674
Nested component path needed ../../ to contexts and utils; wrong ../ broke build:beta and left beta.hesychia.ai serving an empty docroot (403).
westfarn merged commit ab5243abff into master 2026-07-28 04:20:14 -07:00
westfarn deleted branch fix/analytics-session-import-paths 2026-07-28 04:20:14 -07:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ai_ml_operations/chat_web_app#48