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:
sirpiglr 2025-12-09 00:25:07 +00:00
parent 25e0be29b6
commit 15c468023a

14
.replit
View file

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