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: dfbe289c-9742-47c0-953a-d1d0cd78c1ab 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:
commit
e4fa67076b
1 changed files with 15 additions and 0 deletions
15
.replit
15
.replit
|
|
@ -17,6 +17,10 @@ author = "agent"
|
||||||
task = "workflow.run"
|
task = "workflow.run"
|
||||||
args = "Start application"
|
args = "Start application"
|
||||||
|
|
||||||
|
[[workflows.workflow.tasks]]
|
||||||
|
task = "workflow.run"
|
||||||
|
args = "Discord Bot"
|
||||||
|
|
||||||
[[workflows.workflow]]
|
[[workflows.workflow]]
|
||||||
name = "Start application"
|
name = "Start application"
|
||||||
author = "agent"
|
author = "agent"
|
||||||
|
|
@ -29,6 +33,17 @@ waitForPort = 5000
|
||||||
[workflows.workflow.metadata]
|
[workflows.workflow.metadata]
|
||||||
outputType = "webview"
|
outputType = "webview"
|
||||||
|
|
||||||
|
[[workflows.workflow]]
|
||||||
|
name = "Discord Bot"
|
||||||
|
author = "agent"
|
||||||
|
|
||||||
|
[workflows.workflow.metadata]
|
||||||
|
outputType = "console"
|
||||||
|
|
||||||
|
[[workflows.workflow.tasks]]
|
||||||
|
task = "shell.exec"
|
||||||
|
args = "cd discord-bot && npm install && npm start"
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 5000
|
localPort = 5000
|
||||||
externalPort = 80
|
externalPort = 80
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue