modules = ["web", "python-3.12", "postgresql-16"] run = "python3 app.py" [nix] channel = "stable-24_05" [deployment] run = ["sh", "-c", "python3 app.py"] deploymentTarget = "cloudrun" [[ports]] localPort = 5000 externalPort = 80 [[ports]] localPort = 42513 externalPort = 3000 [agent] expertMode = true [workflows] runButton = "Project" [[workflows.workflow]] name = "Project" mode = "parallel" author = "agent" [[workflows.workflow.tasks]] task = "workflow.run" args = "Flask Server" [[workflows.workflow]] name = "Flask Server" author = "agent" [workflows.workflow.metadata] outputType = "webview" [[workflows.workflow.tasks]] task = "shell.exec" args = "python app.py" waitForPort = 5000