2026-01-12 03:56:47 +08:00

3 lines
119 B
JavaScript

export async function invoke(cmd, args) {
throw new Error('Tauri invoke is only available in desktop environment');
}