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: 17f21687-9eed-492c-a6a8-016ba813c0f2 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/b2aEQYO Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
21c848e5bd
commit
25e0be29b6
1 changed files with 2 additions and 2 deletions
4
.replit
4
.replit
|
|
@ -7,8 +7,8 @@ hidden = [".pythonlibs"]
|
|||
channel = "stable-23_05"
|
||||
|
||||
[deployment]
|
||||
run = ["sh", "-c", "cd aethex-bot && npm start"]
|
||||
deploymentTarget = "vm"
|
||||
run = ["node", "aethex-bot/bot.js"]
|
||||
deploymentTarget = "autoscale"
|
||||
ignorePorts = true
|
||||
|
||||
[agent]
|
||||
|
|
|
|||
Loading…
Reference in a new issue