Work on pulling in remote traefik

This commit is contained in:
Owen 2025-08-14 12:35:33 -07:00
parent 65bdb232f4
commit f7b82f0a7a
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
3 changed files with 67 additions and 14 deletions

View file

@ -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