mirror of
https://github.com/Nystik-gh/ignis.git
synced 2026-06-17 04:35:53 +00:00
basic filewatcher using websocket
This commit is contained in:
@@ -259,4 +259,9 @@ window.__currentVaultId =
|
||||
|
||||
installRequestUrlShim();
|
||||
|
||||
// Connect file watcher WebSocket after everything is initialized
|
||||
if (window.__currentVaultId) {
|
||||
fsShim._watcherClient.connect(window.__currentVaultId);
|
||||
}
|
||||
|
||||
console.log("[ignis] Shim loader initialized");
|
||||
|
||||
Reference in New Issue
Block a user