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"
|
|
|
|
|
|
2026-04-21 12:24:25 +00:00
|
|
|
[[workflows.workflow]]
|
|
|
|
|
name = "Project"
|
|
|
|
|
mode = "parallel"
|
|
|
|
|
author = "agent"
|
|
|
|
|
|
|
|
|
|
[[workflows.workflow.tasks]]
|
|
|
|
|
task = "workflow.run"
|
|
|
|
|
args = "test"
|
|
|
|
|
|
|
|
|
|
[[workflows.workflow]]
|
|
|
|
|
name = "test"
|
|
|
|
|
author = "agent"
|
|
|
|
|
|
|
|
|
|
[workflows.workflow.metadata]
|
2026-04-22 10:52:09 +00:00
|
|
|
outputType = "console"
|
2026-04-21 12:24:25 +00:00
|
|
|
|
2026-04-29 19:28:14 +00:00
|
|
|
[[workflows.workflow.tasks]]
|
|
|
|
|
task = "shell.exec"
|
2026-04-30 22:54:42 +00:00
|
|
|
args = "pnpm --filter @workspace/api-server test:wait && pnpm --filter @workspace/api-server test && pnpm --filter @workspace/tx-os test:e2e"
|
2026-04-29 19:28:14 +00:00
|
|
|
|
2026-04-18 02:00:09 +00:00
|
|
|
[agent]
|
|
|
|
|
stack = "PNPM_WORKSPACE"
|
|
|
|
|
expertMode = true
|
|
|
|
|
|
|
|
|
|
[postMerge]
|
|
|
|
|
path = "scripts/post-merge.sh"
|
2026-04-21 12:24:25 +00:00
|
|
|
timeoutMs = 120000
|
2026-04-20 08:57:45 +00:00
|
|
|
|
|
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8080
|
|
|
|
|
externalPort = 8080
|
|
|
|
|
|
|
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8081
|
|
|
|
|
externalPort = 80
|
2026-04-20 09:20:50 +00:00
|
|
|
|
2026-04-20 10:49:57 +00:00
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8082
|
|
|
|
|
externalPort = 3003
|
|
|
|
|
|
2026-04-21 17:50:23 +00:00
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8083
|
|
|
|
|
externalPort = 5173
|
|
|
|
|
|
2026-04-20 09:20:50 +00:00
|
|
|
[[ports]]
|
|
|
|
|
localPort = 25785
|
|
|
|
|
externalPort = 3000
|
|
|
|
|
|
2026-04-20 10:49:57 +00:00
|
|
|
[[ports]]
|
|
|
|
|
localPort = 25786
|
|
|
|
|
externalPort = 3002
|
|
|
|
|
|
2026-04-21 17:50:23 +00:00
|
|
|
[[ports]]
|
|
|
|
|
localPort = 25787
|
|
|
|
|
externalPort = 5000
|
|
|
|
|
|
2026-04-20 09:20:50 +00:00
|
|
|
[nix]
|
|
|
|
|
channel = "stable-25_05"
|