modules = ["nodejs-24", "python-3.12"] [[artifacts]] id = "artifacts/api-server" [[artifacts]] id = "artifacts/mockup-sandbox" [deployment] router = "application" deploymentTarget = "autoscale" [deployment.postBuild] args = ["pnpm", "store", "prune"] env = { "CI" = "true" } [workflows] runButton = "Project" [[workflows.workflow]] name = "Project" mode = "parallel" author = "agent" [[workflows.workflow.tasks]] task = "workflow.run" args = "Start application" [[workflows.workflow]] name = "Start application" author = "agent" [workflows.workflow.metadata] outputType = "webview" [[workflows.workflow.tasks]] task = "shell.exec" args = "PORT=5000 python chat-app/app.py" waitForPort = 5000 [agent] stack = "PNPM_WORKSPACE" expertMode = true [postMerge] path = "scripts/post-merge.sh" timeoutMs = 20000 [nix] channel = "stable-25_05" packages = ["ffmpeg-full", "nettools", "ipinfo"]