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:
Replit Agent
2026-07-05 13:20:41 +00:00
parent 72f5526866
commit bb0ecaa9f9
+15
View File
@@ -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