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: ccb2ff33-5def-4c5d-9975-f5040001039d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/wqfpnyI
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sirpiglr 2025-12-09 00:35:33 +00:00
parent 82590d8963
commit 23d024d240

View file

@ -7,7 +7,7 @@ hidden = [".pythonlibs"]
channel = "stable-23_05"
[deployment]
run = ["node", "aethex-bot/bot.js"]
run = ["bash", "-c", "cd aethex-bot && npm start"]
deploymentTarget = "vm"
ignorePorts = true