//! Launches the real-editor web bridge for `web-ui/index.html` (no mocks).
//!
//! cargo run -p fresh-editor --example webui_server -- [ADDR] [FILES...]
//!
//! e.g. cargo run -p fresh-editor --example webui_server -- 127.0.0.1:8137 src/lib.rs
//! then open http://127.0.0.1:8137 — the browser frontend is driven by a real
//! `Editor`; keystrokes go through `Editor::handle_key`.
use PathBuf;