diff --git a/.replit b/.replit index 4b38dc1..dddeff2 100644 --- a/.replit +++ b/.replit @@ -8,7 +8,7 @@ channel = "stable-23_05" [deployment] run = ["node", "aethex-bot/bot.js"] -deploymentTarget = "autoscale" +deploymentTarget = "vm" ignorePorts = true [agent] @@ -19,8 +19,8 @@ localPort = 5000 externalPort = 80 [[ports]] -localPort = 8080 -externalPort = 8080 +localPort = 36951 +externalPort = 3000 [workflows] runButton = "Project" @@ -38,13 +38,13 @@ args = "AeThex Unified Bot" name = "AeThex Unified Bot" author = "agent" +[workflows.workflow.metadata] +outputType = "webview" + [[workflows.workflow.tasks]] task = "shell.exec" args = "cd aethex-bot && npm start" -waitForPort = 8080 - -[workflows.workflow.metadata] -outputType = "console" +waitForPort = 5000 [userenv]