update repo list

This commit is contained in:
2026-08-08 12:48:44 +07:00
parent 322f6f60bc
commit c9b8edff87
3 changed files with 100 additions and 94 deletions
+4
View File
@@ -2,6 +2,7 @@ use std::sync::Arc;
use assets::Assets;
use gpui::*;
use gpui_component::theme;
use gpui_platform::application;
fn main() {
@@ -18,6 +19,9 @@ fn main() {
// Initialize components
gpui_component::init(cx);
// Initialize theme
theme::init(cx);
// Initialize backend and stores (connects relays, restores session)
std::fs::create_dir_all(paths::nostr_dir()).ok();
signed_state::init(paths::nostr_dir(), cx);