//! Web server entry point.
//!
//! Boots an Axum server that serves the Tera + HTMX + Alpine + Lily UI
//! from [`place_service::web::router`]. Loco config in `config/*.yaml`
//! documents the conventional shape; this entry uses Axum directly so
//! it works with the existing crate structure.
//!
//! Run:
//!
//! ```bash
//! cargo run --bin web
//! ```
use SocketAddr;
async