fix: serve WASM assets under /hero_os base path and standardize servers #13
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_standardize"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Dioxus base_path="hero_os" causes HTML to reference /hero_os/wasm/...
but the HTTP server was serving assets at root, causing 404s. Nest a
ServeDir under /hero_os so requests resolve correctly.
Also: rename env vars to HERO_OS_HTTP_*, add Unix socket support alongside
TCP, switch default port to 8804, simplify Makefile run/stop targets,
update OpenRPC socket naming and add startup logging.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com