2026-05-28 23:37:31 +00:00
|
|
|
modules = ["nodejs-24"]
|
|
|
|
|
|
|
|
|
|
[deployment]
|
|
|
|
|
router = "application"
|
|
|
|
|
deploymentTarget = "autoscale"
|
|
|
|
|
|
|
|
|
|
[deployment.postBuild]
|
|
|
|
|
args = ["pnpm", "store", "prune"]
|
|
|
|
|
env = { "CI" = "true" }
|
|
|
|
|
|
|
|
|
|
[workflows]
|
|
|
|
|
runButton = "Project"
|
|
|
|
|
|
|
|
|
|
[agent]
|
|
|
|
|
stack = "PNPM_WORKSPACE"
|
|
|
|
|
expertMode = true
|
|
|
|
|
|
|
|
|
|
[postMerge]
|
|
|
|
|
path = "scripts/post-merge.sh"
|
|
|
|
|
timeoutMs = 20000
|
2026-06-05 16:54:25 +00:00
|
|
|
|
|
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8080
|
|
|
|
|
externalPort = 80
|
|
|
|
|
|
|
|
|
|
[[ports]]
|
|
|
|
|
localPort = 8081
|
|
|
|
|
externalPort = 8081
|
2026-06-05 17:05:27 +00:00
|
|
|
|
|
|
|
|
[[ports]]
|
|
|
|
|
localPort = 18312
|
|
|
|
|
externalPort = 3000
|