0.5.1-pre.006

This commit is contained in:
2026-08-10 02:44:24 +02:00
parent b6a286a4df
commit 34a670eaec
72 changed files with 5589 additions and 1932 deletions

View File

@@ -1,5 +1,5 @@
// file: kb-app-demo-desktop/src/tauri.rs
// version: 36
// version: 37
//! Tauri runtime assembly and private command wrappers.
@@ -20,7 +20,7 @@ pub fn run() -> ks_core::Result<()> {
};
tracing::info!(
target: crate::TRACING_TARGET,
config_path = app_state.config_path(),
composition_config_path = app_state.config_path(),
logging_config_path = app_state.logging_config_path(),
active_profile = app_state.active_profile().name.as_str(),
logging_routes = app_state.logging_route_count(),