Add the shared domain event bus.

This commit is contained in:
2026-07-19 13:48:03 +02:00
parent 429f471e4e
commit a2abb901cd
28 changed files with 1534 additions and 65 deletions

View File

@@ -2,6 +2,8 @@ pub mod ai;
pub mod auto_translation;
pub mod blogmark;
pub mod calendar;
pub mod cli_sync;
pub mod domain_events;
pub mod error;
pub mod gallery_import;
pub mod generation;
@@ -19,6 +21,7 @@ pub mod rebuild;
pub mod script;
pub mod script_rebuild;
pub mod search;
pub mod settings;
pub mod site_assets;
pub mod tag;
pub mod task;