diff --git a/.replit b/.replit index cacbbdd..a73e205 100644 --- a/.replit +++ b/.replit @@ -18,6 +18,10 @@ expertMode = true localPort = 5000 externalPort = 80 +[[ports]] +localPort = 8080 +externalPort = 8080 + [workflows] runButton = "Project" @@ -30,6 +34,10 @@ author = "agent" task = "workflow.run" args = "Bot Master Dashboard" +[[workflows.workflow.tasks]] +task = "workflow.run" +args = "Aethex Sentinel Bot" + [[workflows.workflow]] name = "Bot Master Dashboard" author = "agent" @@ -41,3 +49,15 @@ waitForPort = 5000 [workflows.workflow.metadata] outputType = "webview" + +[[workflows.workflow]] +name = "Aethex Sentinel Bot" +author = "agent" + +[[workflows.workflow.tasks]] +task = "shell.exec" +args = "cd sentinel-bot && npm start" +waitForPort = 8080 + +[workflows.workflow.metadata] +outputType = "console"