pub fn Fn()Expand description
The main function that orchestrates the application lifecycle.
This function:
- Creates a Tokio runtime
- Parses CLI arguments
- Builds application state
- Creates a scheduler
- Selects a port for the local server
- Resolves the log level
- Sets up the Tauri builder
- Configures the application lifecycle
- Runs the Tauri application
- Handles graceful shutdown