test(startup): isolate pure IPC startup command (#37)

- Issue #37: compare a pure dock-session IPC call with the logging bootstrap call.\n- Keep the renderer otherwise limited to a visible startup marker.\n\nRefs #37.
This commit is contained in:
NimBold
2026-08-27 21:57:47 +03:30
parent 21a3711bdb
commit 4f177effc2
+2 -2
View File
@@ -1,6 +1,6 @@
import { initLogger } from "./utils/logger";
import { invoke } from "@tauri-apps/api/core";
void initLogger();
void invoke<number>("begin_dock_badge_session");
const rootElement = document.getElementById("root");
if (rootElement) {