Skip to main content

boot

Function boot 

Source
pub async fn boot(saved: SavedCreds) -> Result<App>
Expand description

One bootstrap for every frontend (TUI, CLI, Phase 4 host): credentials → space → db → appserver → toolbox. This is what main.rs and cli.rs::build_app both used to hand-roll.