mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-12 23:02:41 +00:00
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.
6 lines
87 B
Rust
6 lines
87 B
Rust
#[cfg(target_os = "linux")]
|
|
mod mtls;
|
|
mod routing;
|
|
mod runs;
|
|
mod settings;
|
|
mod system;
|