From a2dd621575f434533c5c83aafd7f18848314be28 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Sun, 7 Dec 2025 21:35:08 +0000 Subject: [PATCH] Saved progress at the end of the loop Replit-Commit-Author: Agent Replit-Commit-Session-Id: e72fc1b7-94bd-4d6c-801f-cbac2fae245c Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: dcb591a6-fcc3-49ff-aa2f-a62e8f520f93 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/e72fc1b7-94bd-4d6c-801f-cbac2fae245c/yLuYpX9 Replit-Helium-Checkpoint-Created: true --- .replit | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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"