Add trait for tree object

This commit is contained in:
Michael Mikovsky
2025-12-17 17:43:08 -07:00
parent 2dc736b02e
commit 0dcd841cc5
4 changed files with 69 additions and 80 deletions
+6 -6
View File
@@ -18,9 +18,9 @@ pub static DEFAULT_HOST: String = "localhost".to_string();
#[static_init::dynamic]
pub static DATABASE_NAME: String = "database".to_string();
// #[static_init::dynamic]
// pub static SERVER_CONFIG: unshell_lib::config::PayloadConfig = unshell_lib::config::PayloadConfig {
// id: "Server",
// components: unshell_lib::get_components(),
// runtime_config: Vec::new(),
// };
#[static_init::dynamic]
pub static SERVER_CONFIG: unshell_lib::config::PayloadConfig = unshell_lib::config::PayloadConfig {
id: "Server",
components: Vec::new(),
runtime_config: Vec::new(),
};