Skip to main content

run_app

Function run_app 

Source
pub fn run_app(state: Arc<AppState>) -> Result<(), Box<dyn Error>>
Expand description

Run the desktop application

Creates a window, embeds the React UI via WebView, and handles IPC communication.