//! Axum router: serves the generated `docs/target/` directory and injects the
//! live-reload poll script when running as a server (the static `build`
//! output ships a no-op stub instead).
use crateassets;
use crateAppState;
use Router;
use header;
use get;
use Arc;
use ServeDir;