1 2 3 4 5
const COMMANDS: &[&str] = &["get_config", "set_config", "is_flatpak"]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }