From 15c468023acd7376c4e57b928cbee40787269785 Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 9 Dec 2025 00:25:07 +0000 Subject: [PATCH] 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 --- .replit | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.replit b/.replit index 4b38dc1..dddeff2 100644 --- a/.replit +++ b/.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]