conao3-sa 0.1.1

Local git diff reviewer with a TanStack Start frontend and an axum/async-graphql backend.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    conao3_sa::server::run().await
}