3 lines
119 B
JavaScript
3 lines
119 B
JavaScript
export async function invoke(cmd, args) {
|
|
throw new Error('Tauri invoke is only available in desktop environment');
|
|
} |