// Prevents an extra console window on Windows in release builds. No effect on // Linux/macOS. The real entry point is the library's `run()` (Tauri v2 pattern). #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] fn main() { thoughtsync_desktop_lib::run() }