configuring package, wiring everything together

This commit is contained in:
Jade Rowland 2023-08-30 08:24:02 -04:00
parent 284f5615cc
commit c29c4c0a8b
10 changed files with 258 additions and 191 deletions

View file

@ -0,0 +1,4 @@
import { invoke } from '@tauri-apps/api/tauri';
export const Invoke = invoke;
export const isTauri = () => window.__TAURI_IPC__ != null;