diff --git a/.replit b/.replit index 951aaa3..e950a1c 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "aethex-bot/bot.js" -modules = ["nodejs-20", "postgresql-16"] +modules = ["nodejs-20"] hidden = [".pythonlibs"] @@ -17,6 +17,14 @@ expertMode = true localPort = 5000 externalPort = 80 +[[ports]] +localPort = 8080 +externalPort = 8080 + +[[ports]] +localPort = 41045 +externalPort = 3000 + [workflows] runButton = "Project"