1 2 3 4 5
#[tokio::main] async fn main() -> anyhow::Result<()> { lenso::host::run_migrations_from_env_with_composition(lenso_starter_host::host_composition()) .await }