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: c2a71ce8-1f14-4d81-8339-2f77a11bd705 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee Replit-Helium-Checkpoint-Created: true
This commit is contained in:
commit
e997b16690
2 changed files with 20 additions and 1 deletions
19
.replit
19
.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,10 +33,25 @@ waitForPort = 5000
|
||||||
[workflows.workflow.metadata]
|
[workflows.workflow.metadata]
|
||||||
outputType = "webview"
|
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]]
|
[[ports]]
|
||||||
localPort = 5000
|
localPort = 5000
|
||||||
externalPort = 80
|
externalPort = 80
|
||||||
|
|
||||||
|
[[ports]]
|
||||||
|
localPort = 8044
|
||||||
|
externalPort = 3003
|
||||||
|
|
||||||
[[ports]]
|
[[ports]]
|
||||||
localPort = 38557
|
localPort = 38557
|
||||||
externalPort = 3000
|
externalPort = 3000
|
||||||
|
|
|
||||||
2
discord-bot/package-lock.json
generated
2
discord-bot/package-lock.json
generated
|
|
@ -19,7 +19,7 @@
|
||||||
"nodemon": "^3.0.1"
|
"nodemon": "^3.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=20.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@discord/embedded-app-sdk": {
|
"node_modules/@discord/embedded-app-sdk": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue