fix: serve WASM assets under /hero_os base path and standardize servers #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