mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-09 18:53:38 +02:00
Split request upsert command
This commit is contained in:
@@ -14,9 +14,12 @@ import './main.css';
|
||||
|
||||
setTheme();
|
||||
|
||||
// WASM stuff
|
||||
await init();
|
||||
greet();
|
||||
await invoke('load_db');
|
||||
|
||||
// Load the database
|
||||
// await invoke('load_db');
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
const router = createBrowserRouter([
|
||||
|
||||
Reference in New Issue
Block a user