//! Build-time code generation: JSON Schema artifacts and embedded UI HTML.
modjob_schema;/// Yew UI build + inlining into a self-contained `index.html`.
modui;/// Run all build-time code generation steps for `manifest_dir`.
pubfnrun(manifest_dir:&str){job_schema::generate(manifest_dir);ui::build(manifest_dir);}