Saved progress at the end of the loop
Replit-Commit-Author: Agent Replit-Commit-Session-Id: e72fc1b7-94bd-4d6c-801f-cbac2fae245c Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: d26d4415-e692-4a7a-86d9-931d1b284ac1 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/e72fc1b7-94bd-4d6c-801f-cbac2fae245c/7DQc4BR Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
a2dd621575
commit
5dd1e19e85
1 changed files with 5 additions and 1 deletions
6
.replit
6
.replit
|
|
@ -1,5 +1,5 @@
|
||||||
entrypoint = "main.py"
|
entrypoint = "main.py"
|
||||||
modules = ["python-3.10", "postgresql-16", "nodejs-20"]
|
modules = ["python-3.10", "nodejs-20", "postgresql-16"]
|
||||||
|
|
||||||
hidden = [".pythonlibs"]
|
hidden = [".pythonlibs"]
|
||||||
|
|
||||||
|
|
@ -22,6 +22,10 @@ externalPort = 80
|
||||||
localPort = 8080
|
localPort = 8080
|
||||||
externalPort = 8080
|
externalPort = 8080
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 44699
|
||||||
|
externalPort = 3000
|
||||||
|
|
||||||
[workflows]
|
[workflows]
|
||||||
runButton = "Project"
|
runButton = "Project"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue