Saved progress at the end of the loop
Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 4d0d47f4-7715-4bc2-abc6-2c6fcb360782 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/HGbdfb6 Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
25e0be29b6
commit
15c468023a
1 changed files with 7 additions and 7 deletions
14
.replit
14
.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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue