seems to work across dimensions

This commit is contained in:
Víctor Losada Hernández
2026-09-09 20:00:31 +02:00
parent cb4a104954
commit 0e72c3ca84
3 changed files with 193 additions and 99 deletions
+1 -1
View File
@@ -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, ()=>{
app.listen(PORT, '0.0.0.0', ()=>{
const reset = '\x1b[0m'; // Reset to default style
const bright = '\x1b[1m'; // Bright (bold) style
const cyan = '\x1b[36m'; // Cyan color