Files
FTCWebsite/.replit
2024-11-17 21:04:21 +00:00

15 lines
240 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"
[[ports]]
localPort = 5000
externalPort = 3000
exposeLocalhost = true