Files

116 lines
2.0 KiB
Plaintext
Raw Permalink Normal View History

2026-04-28 20:58:08 +00:00
modules = ["nodejs-24", "python-3.11", "postgresql-16"]
2026-04-18 02:00:09 +00:00
[deployment]
router = "application"
deploymentTarget = "autoscale"
[deployment.postBuild]
args = ["pnpm", "store", "prune"]
env = { "CI" = "true" }
[workflows]
runButton = "Project"
[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"
[[workflows.workflow.tasks]]
task = "workflow.run"
2026-05-15 12:43:53 +00:00
args = "Start application"
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "API"
2026-07-05 13:20:41 +00:00
[[workflows.workflow.tasks]]
task = "workflow.run"
args = "tailscaled"
[[workflows.workflow]]
2026-05-15 12:43:53 +00:00
name = "Start application"
author = "agent"
2026-05-15 12:43:53 +00:00
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "PORT=5000 BASE_PATH=/ VITE_API_PROXY_TARGET=http://localhost:8080 pnpm --filter @workspace/tx-os run dev"
waitForPort = 5000
[workflows.workflow.metadata]
2026-05-15 12:43:53 +00:00
outputType = "webview"
[[workflows.workflow]]
name = "API"
author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
2026-05-15 12:43:53 +00:00
args = "PORT=8080 pnpm --filter @workspace/api-server run dev"
waitForPort = 8080
[workflows.workflow.metadata]
outputType = "console"
2026-07-05 13:20:41 +00:00
[[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"
2026-04-18 02:00:09 +00:00
[agent]
stack = "PNPM_WORKSPACE"
expertMode = true
[postMerge]
path = "scripts/post-merge.sh"
timeoutMs = 120000
2026-04-20 08:57:45 +00:00
2026-05-15 12:43:53 +00:00
[[ports]]
localPort = 5000
externalPort = 4200
[[ports]]
localPort = 5001
externalPort = 3001
[[ports]]
localPort = 5002
externalPort = 6800
2026-04-20 08:57:45 +00:00
[[ports]]
localPort = 8080
externalPort = 8080
[[ports]]
localPort = 8081
externalPort = 80
2026-04-20 10:49:57 +00:00
[[ports]]
localPort = 8082
externalPort = 3003
[[ports]]
localPort = 8083
externalPort = 5173
[[ports]]
localPort = 25785
externalPort = 3000
2026-04-20 10:49:57 +00:00
[[ports]]
localPort = 25786
externalPort = 3002
[[ports]]
localPort = 25787
externalPort = 5000
[nix]
channel = "stable-25_05"