feat(cli): enable hero_livekit single-binary with hero_proc lifecycle #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_hero_proc_selfstart"
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?
Summary
Related Issue
Closes #1
Changes
crates/hero_livekit_ui/src/lib.rsexporting UiMeta, build_router(), bind_unix_socket()crates/hero_livekit_ui/src/main.rsto use the librarycrates/hero_livekit_ui/Cargo.toml(added [lib], axum 0.7)crates/hero_livekit_ui/src/whitelist.rs(added new_blocking())crates/hero_livekit/Cargo.toml(added bin, deps)Cargo.toml(added hero_livekit_ui workspace dep)Makefile(added hero_livekit to install targets)Test Results
34 tests passed, 0 failures. hero_livekit --help shows --start, --stop, --contexts flags.