refactor(backend): alihkan Settings ke zesdex-cms JsonSettingsRepository

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
asepharyana
2026-07-17 09:08:41 +07:00
co-authored by Claude Sonnet 5
parent 6d41ffc587
commit 8e6acc30d5
9 changed files with 32 additions and 15 deletions
-3
View File
@@ -2,9 +2,6 @@
//! plus local sub-modules (agent_def, msglog) that weren't extracted.
// Module re-exports matching original `crate::model::*` paths
pub mod settings {
pub use zesdex_entities::seaorm::common::settings::*;
}
pub mod app_config {
pub use zesdex_entities::seaorm::common::app_config::*;
}