This commit is contained in:
Owen
2025-07-16 19:07:25 -07:00
parent 71bb1105f7
commit 0af9bdc964
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
export * from "./ws";

View File

@@ -5,13 +5,13 @@ import {
handleDockerStatusMessage,
handleDockerContainersMessage,
handleNewtPingRequestMessage
} from "./newt";
} from "../newt";
import {
handleOlmRegisterMessage,
handleOlmRelayMessage,
handleOlmPingMessage,
startOfflineChecker
} from "./olm";
} from "../olm";
import { MessageHandler } from "./ws";
export const messageHandlers: Record<string, MessageHandler> = {