Traefik config & gerbil config working?

This commit is contained in:
Owen
2025-08-14 14:47:07 -07:00
parent f7b82f0a7a
commit 6600de7320
5 changed files with 12 additions and 13 deletions

View File

@@ -22,14 +22,6 @@ export async function createHybridClientServer() {
await monitor.start();
if (
!config.getRawConfig().hybrid?.id ||
!config.getRawConfig().hybrid?.secret ||
!config.getRawConfig().hybrid?.endpoint
) {
throw new Error("Hybrid configuration is not defined");
}
// Create client
const client = createWebSocketClient(
token,