fabro/lib/crates/fabro-server/tests/it/api/mod.rs
Bryan Helmkamp 98df4a82c9 refactor(settings): remove bridge shims and restore contracts
Drop the dead sandbox and hook bridge helpers that no longer have runtime
callers, and move the run settings serde coverage into fabro-types where the
wire types live. Add the missing /api/v1/runs/:id/settings contract test so the
outward sparse settings shape stays covered after the refactor.
2026-04-10 08:35:08 -04:00

6 lines
87 B
Rust

#[cfg(target_os = "linux")]
mod mtls;
mod routing;
mod runs;
mod settings;
mod system;