Files
TX/.replit
T

44 lines
612 B
Plaintext
Raw Normal View History

modules = ["nodejs-24", "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"
[agent]
stack = "PNPM_WORKSPACE"
expertMode = true
[postMerge]
path = "scripts/post-merge.sh"
timeoutMs = 20000
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 = 25785
externalPort = 3000
2026-04-20 10:49:57 +00:00
[[ports]]
localPort = 25786
externalPort = 3002
[nix]
channel = "stable-25_05"