mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Work on pulling in remote traefik
This commit is contained in:
@@ -80,7 +80,7 @@ export async function createHybridClientServer() {
|
||||
});
|
||||
|
||||
client.on("message", (message) => {
|
||||
logger.info("Received message:", message.type, message.data);
|
||||
logger.info(`Received message: ${message.type} ${JSON.stringify(message.data)}`);
|
||||
});
|
||||
|
||||
// Connect to the server
|
||||
|
||||
Reference in New Issue
Block a user