This commit is contained in:
2026-01-22 13:37:48 +01:00
parent ba72e8118f
commit 6d201280ed
6 changed files with 312 additions and 67 deletions

View File

@@ -11,6 +11,8 @@ pub fn run() {
home::fetch_nostr_posts,
news::save_openrouter_key,
news::fetch_ai_news,
news::fetch_rss_news,
news::save_rss_url,
])
.run(tauri::generate_context!())
.expect("error while running tauri application");