AeThex-Bot-Master/.replit
2025-11-28 22:15:08 +00:00

12 lines
No EOL
192 B
Text

entrypoint = "main.py"
modules = ["python-3.10"]
hidden = [".pythonlibs"]
[nix]
channel = "stable-23_05"
[deployment]
run = ["python", "main.py"]
deploymentTarget = "gce"
ignorePorts = true