pub async fn bootstrap_serve(
db_path: &Path,
args: &ServeArgs,
app_config: &AppConfig,
) -> Result<ServeBootstrap>Expand description
Build all daemon state and spawn background tasks. Returns the aggregated state without binding any sockets — testable in isolation.