feat(app): tauri get_config/set_config bridge commands

This commit is contained in:
2026-06-14 09:36:53 +07:00
parent ad29665352
commit 62f1f8e9a8
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -53,6 +53,8 @@ pub fn run() {
bridge::event_log,
bridge::mark_read,
bridge::health,
bridge::get_config,
bridge::set_config,
])
.run(tauri::generate_context!())
.expect("error while running spacesh");