greentic-setup 0.4.28

End-to-end bundle setup engine for the Greentic platform — pack discovery, QA-driven configuration, secrets persistence, and bundle lifecycle management
Documentation
1
2
3
4
5
//! Embedded static assets for the setup UI.

pub const INDEX_HTML: &str = include_str!("../../assets/setup-ui/index.html");
pub const APP_JS: &str = include_str!("../../assets/setup-ui/app.js");
pub const STYLE_CSS: &str = include_str!("../../assets/setup-ui/style.css");