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: 2808762c-0308-43ea-b00b-8a7b1b5421dc Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/6o33Fgq Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
efa84b680f
commit
4647290638
1 changed files with 9 additions and 1 deletions
10
.replit
10
.replit
|
|
@ -1,5 +1,5 @@
|
||||||
entrypoint = "aethex-bot/bot.js"
|
entrypoint = "aethex-bot/bot.js"
|
||||||
modules = ["nodejs-20", "postgresql-16"]
|
modules = ["nodejs-20"]
|
||||||
|
|
||||||
hidden = [".pythonlibs"]
|
hidden = [".pythonlibs"]
|
||||||
|
|
||||||
|
|
@ -17,6 +17,14 @@ expertMode = true
|
||||||
localPort = 5000
|
localPort = 5000
|
||||||
externalPort = 80
|
externalPort = 80
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 8080
|
||||||
|
externalPort = 8080
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 41045
|
||||||
|
externalPort = 3000
|
||||||
|
|
||||||
[workflows]
|
[workflows]
|
||||||
runButton = "Project"
|
runButton = "Project"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue