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
This commit is contained in:
parent
f79408689f
commit
a2dd621575
1 changed files with 20 additions and 0 deletions
20
.replit
20
.replit
|
|
@ -18,6 +18,10 @@ expertMode = true
|
||||||
localPort = 5000
|
localPort = 5000
|
||||||
externalPort = 80
|
externalPort = 80
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 8080
|
||||||
|
externalPort = 8080
|
||||||
|
|
||||||
[workflows]
|
[workflows]
|
||||||
runButton = "Project"
|
runButton = "Project"
|
||||||
|
|
||||||
|
|
@ -30,6 +34,10 @@ author = "agent"
|
||||||
task = "workflow.run"
|
task = "workflow.run"
|
||||||
args = "Bot Master Dashboard"
|
args = "Bot Master Dashboard"
|
||||||
|
|
||||||
|
[[workflows.workflow.tasks]]
|
||||||
|
task = "workflow.run"
|
||||||
|
args = "Aethex Sentinel Bot"
|
||||||
|
|
||||||
[[workflows.workflow]]
|
[[workflows.workflow]]
|
||||||
name = "Bot Master Dashboard"
|
name = "Bot Master Dashboard"
|
||||||
author = "agent"
|
author = "agent"
|
||||||
|
|
@ -41,3 +49,15 @@ waitForPort = 5000
|
||||||
|
|
||||||
[workflows.workflow.metadata]
|
[workflows.workflow.metadata]
|
||||||
outputType = "webview"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue