//! Host-only: pack `crates/ublx-web/dist/` for panza `StaticMount::Embedded`.
//!
//! Lives in `ublx` (not `ublx-web`) so crates.io can publish without a path-only
//! workspace dependency. `ublx-web` stays `publish = false` (WASM CSR only).
use HashMap;
use Embed;
/// Built CSR assets (`./crates/ublx-web/build.sh` → `dist/`).
///
/// Compile fails clearly if `dist/index.html` is missing — run `build.sh` first.
;
/// URL-path keys without a leading slash (`index.html`, `styles/shell.css`, …).
///
/// Skips TypeScript declaration stubs from wasm-bindgen (not served).