From 8bf9b387219bfd18509a8fce6a8aadd3226ca47d Mon Sep 17 00:00:00 2001 From: LightZirconite Date: Sun, 21 Dec 2025 12:31:59 +0100 Subject: [PATCH] feat: enable autostart for the dashboard --- src/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.jsonc b/src/config.jsonc index 6c00a50..948c125 100644 --- a/src/config.jsonc +++ b/src/config.jsonc @@ -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" },