6 lines
189 B
Rust
Raw Normal View History

#[doc(hidden)]
2026-03-12 08:11:25 +01:00
pub use cfgsync_adapter::static_deployment::{
2026-03-12 07:44:20 +01:00
DeploymentAdapter as CfgsyncEnv, build_materialized_artifacts as build_cfgsync_node_catalog,
};
2026-03-12 08:11:25 +01:00
pub use cfgsync_adapter::*;