fix: wired engines that exist to UI

This commit is contained in:
2026-04-04 21:03:42 +02:00
parent 1e6de6ac1c
commit 0cd3a00abf
10 changed files with 772 additions and 16 deletions

View File

@@ -11,6 +11,9 @@ pub mod script_rebuild;
pub mod task;
pub mod metadata_diff;
pub mod rebuild;
pub mod search;
pub mod calendar;
pub mod validate_translations;
pub use error::{EngineError, EngineResult};
pub use context::EngineContext;