feat: enable autostart for the dashboard

This commit is contained in:
2025-12-21 12:31:59 +01:00
parent 9d9b391cd1
commit 8bf9b38721

View File

@@ -134,7 +134,7 @@
},
// === DASHBOARD ===
"dashboard": {
"enabled": false, // autostart the dashboard with the bot
"enabled": true, // autostart the dashboard with the bot
"port": 3000,
"host": "127.0.0.1"
},