Expand description
The wipe local daemon: an axum server that exposes the board over HTTP/WS
and serves the embedded human UI. Started by wipe serve.
Collaboration remains git-only; this daemon is a local convenience for the human UX. It records each served project in a machine-wide registry so the UI can list every board you have opened.
Structs§
- AppState
- Shared server state.
- Project
Entry - One registered project.
- Serve
Config - Configuration for a
wipe serveinvocation.
Functions§
- list_
projects - List all registered projects that still have a
.wipeboard, annotating each with its current board name. - serve
- Start the daemon and serve until the process is stopped (Ctrl-C).