modules = ["nodejs-24", "postgresql-16"] [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 [[ports]] localPort = 8080 externalPort = 8080 [[ports]] localPort = 8081 externalPort = 80 [[ports]] localPort = 8082 externalPort = 4200 [[ports]] localPort = 24212 externalPort = 3000 [[ports]] localPort = 24213 externalPort = 3003 [nix] channel = "stable-25_05"