File size: 244 Bytes
291224c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
entrypoint = "main.py"
modules = ["python-3.11"]
[nix]
channel = "stable-24_05"
[unitTest]
language = "python3"
[gitHubImport]
requiredFiles = [".replit", "replit.nix"]
[deployment]
run = ["python3", "main.py"]
deploymentTarget = "cloudrun" |