import { invoke } from '@tauri-apps/api/tauri' export async function execute() { await invoke('plugin:{{ plugin_name }}|execute') }