configuring package, wiring everything together
This commit is contained in:
parent
284f5615cc
commit
c29c4c0a8b
10 changed files with 258 additions and 191 deletions
4
packages/desktopbridge/utils.mjs
Normal file
4
packages/desktopbridge/utils.mjs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import { invoke } from '@tauri-apps/api/tauri';
|
||||
|
||||
export const Invoke = invoke;
|
||||
export const isTauri = () => window.__TAURI_IPC__ != null;
|
||||
Loading…
Add table
Add a link
Reference in a new issue