diff --git a/.replit b/.replit index 791541a..1dec3b0 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "aethex-bot/bot.js" -modules = ["nodejs-20"] +modules = ["nodejs-20", "postgresql-16"] hidden = [".pythonlibs"] @@ -21,6 +21,10 @@ externalPort = 80 localPort = 8080 externalPort = 8080 +[[ports]] +localPort = 41927 +externalPort = 3000 + [workflows] runButton = "Project" diff --git a/aethex-bot/public/dashboard.html b/aethex-bot/public/dashboard.html index 0f841d6..f23e193 100644 --- a/aethex-bot/public/dashboard.html +++ b/aethex-bot/public/dashboard.html @@ -1168,6 +1168,32 @@