lenso-cli 0.1.13

Lenso command-line interface for scaffolding and operating Lenso backend projects.
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
}