agent_first_http/host/ops_panel/assets.rs
1//! Static asset bundle for the ops panel. Embedded at compile time via
2//! `include_bytes!` so the resulting binary is self-contained.
3
4pub const INDEX_HTML: &[u8] = include_bytes!("../../../assets/screencast-panel/index.html");
5pub const APP_JS: &[u8] = include_bytes!("../../../assets/screencast-panel/app.js");
6pub const APP_CSS: &[u8] = include_bytes!("../../../assets/screencast-panel/app.css");