Files
FTCWebsite/.replit
abhiram v b5ca78551f update 1
2024-10-17 22:45:58 +00:00

10 lines
169 B
Plaintext

modules = ["web", "python-3.12"]
run = "python3 app.py"
[nix]
channel = "stable-24_05"
[deployment]
run = ["sh", "-c", "python3 app.py"]
deploymentTarget = "cloudrun"