From c4a41562f04a89bd6fb84c6ce62be66ce6f080d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 9 Sep 2026 20:00:54 +0200 Subject: [PATCH] undo server changes --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index e53d031bd..a9da7c2ca 100644 --- a/server.js +++ b/server.js @@ -23,7 +23,7 @@ async function start() { const app = await createApp(vite); const PORT = process.env.PORT || config.get('web_port') || 3000; - app.listen(PORT, '0.0.0.0', ()=>{ + app.listen(PORT, ()=>{ const reset = '\x1b[0m'; // Reset to default style const bright = '\x1b[1m'; // Bright (bold) style const cyan = '\x1b[36m'; // Cyan color