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 [[ports]] localPort = 3000 externalPort = 3003 [[ports]] localPort = 5000 externalPort = 5000 [[ports]] localPort = 8080 externalPort = 80 [[ports]] localPort = 8081 externalPort = 8081 [[ports]] localPort = 8082 externalPort = 3001 [[ports]] localPort = 21256 externalPort = 3000 [userenv] [userenv.production] VITE_APP_URL = "https://epi-code-space.replit.app" [nix] channel = "stable-25_05"