mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 13:56:39 +00:00
Traefik config & gerbil config working?
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user