tenis booking site done by claude

This commit is contained in:
Priec
2026-05-16 00:02:39 +02:00
parent 8b7f883f14
commit 7d05209d48
40 changed files with 1180 additions and 632 deletions

View File

@@ -4,5 +4,7 @@ use migration::Migrator;
#[tokio::main]
async fn main() -> loco_rs::Result<()> {
// Load ADMIN_* credentials (and any DATABASE_URL override) from `.env`.
dotenvy::dotenv().ok();
cli::main::<App, Migrator>().await
}