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: 3cb49e87-4726-4c54-a6df-3409c9800b9e
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/mYZvK75
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sirpiglr 2025-12-08 02:00:17 +00:00
parent bdfe8cf442
commit 345e6a32e6

View file

@ -1,5 +1,5 @@
entrypoint = "main.py"
modules = ["python-3.10", "nodejs-20", "postgresql-16"]
modules = ["nodejs-20", "postgresql-16"]
hidden = [".pythonlibs"]
@ -7,8 +7,8 @@ hidden = [".pythonlibs"]
channel = "stable-23_05"
[deployment]
run = ["python", "main.py"]
deploymentTarget = "gce"
run = ["sh", "-c", "cd aethex-bot && npm start"]
deploymentTarget = "vm"
ignorePorts = true
[agent]