entrypoint = "main.py" modules = ["python-3.10", "nodejs-20", "postgresql-16"] hidden = [".pythonlibs"] [nix] channel = "stable-23_05" [deployment] run = ["python", "main.py"] deploymentTarget = "gce" ignorePorts = true [agent] expertMode = true [[ports]] localPort = 5000 externalPort = 80 [[ports]] localPort = 8080 externalPort = 8080 [workflows] runButton = "Project" [[workflows.workflow]] name = "Project" mode = "parallel" author = "agent" [[workflows.workflow.tasks]] task = "workflow.run" args = "AeThex Unified Bot" [[workflows.workflow]] name = "AeThex Unified Bot" author = "agent" [[workflows.workflow.tasks]] task = "shell.exec" args = "cd aethex-bot && npm start" waitForPort = 8080 [workflows.workflow.metadata] outputType = "console" [userenv] [userenv.shared] DISCORD_CLIENT_ID = "1447339527885553828"