chore: update website packages

This commit is contained in:
Felix Roos 2025-01-26 13:06:48 +01:00
parent 35911f3082
commit 1d7f755b89
No known key found for this signature in database
6 changed files with 1592 additions and 1741 deletions

View file

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