sunga25's picture
Create .replit
ec85d94 verified
raw
history blame contribute delete
244 Bytes
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"