Saved progress at the end of the loop

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 9044bb20-2082-46c3-a9ca-2d46f9d66b2d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/zMxtXds
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sirpiglr 2025-12-03 19:22:37 +00:00
parent 39c8a2ab86
commit bb4b67d8b2

15
.replit
View file

@ -17,10 +17,6 @@ author = "agent"
task = "workflow.run"
args = "Start application"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "Discord Bot"
[[workflows.workflow]]
name = "Start application"
author = "agent"
@ -33,17 +29,6 @@ waitForPort = 5000
[workflows.workflow.metadata]
outputType = "webview"
[[workflows.workflow]]
name = "Discord Bot"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "cd discord-bot && npm install && npm start"
[workflows.workflow.metadata]
outputType = "console"
[[ports]]
localPort = 5000
externalPort = 80