Saved progress at the end of the loop
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 353dbbfd-1386-43a2-879c-a2aa2797108e Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/sVsVYJx Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -24,6 +24,10 @@ args = "Start application"
|
|||||||
task = "workflow.run"
|
task = "workflow.run"
|
||||||
args = "API"
|
args = "API"
|
||||||
|
|
||||||
|
[[workflows.workflow.tasks]]
|
||||||
|
task = "workflow.run"
|
||||||
|
args = "tailscaled"
|
||||||
|
|
||||||
[[workflows.workflow]]
|
[[workflows.workflow]]
|
||||||
name = "Start application"
|
name = "Start application"
|
||||||
author = "agent"
|
author = "agent"
|
||||||
@@ -48,6 +52,17 @@ waitForPort = 8080
|
|||||||
[workflows.workflow.metadata]
|
[workflows.workflow.metadata]
|
||||||
outputType = "console"
|
outputType = "console"
|
||||||
|
|
||||||
|
[[workflows.workflow]]
|
||||||
|
name = "tailscaled"
|
||||||
|
author = "agent"
|
||||||
|
|
||||||
|
[[workflows.workflow.tasks]]
|
||||||
|
task = "shell.exec"
|
||||||
|
args = "cd /tmp/tailscale_1.80.2_amd64 && ./tailscaled --tun=userspace-networking --socks5-server=localhost:1055 --outbound-http-proxy-listen=localhost:1055 --statedir=/tmp/tsstate --socket=/tmp/tsstate/tailscaled.sock"
|
||||||
|
|
||||||
|
[workflows.workflow.metadata]
|
||||||
|
outputType = "console"
|
||||||
|
|
||||||
[agent]
|
[agent]
|
||||||
stack = "PNPM_WORKSPACE"
|
stack = "PNPM_WORKSPACE"
|
||||||
expertMode = true
|
expertMode = true
|
||||||
|
|||||||
Reference in New Issue
Block a user