This commit is contained in:
abhiram v
2024-10-17 22:45:58 +00:00
parent b0906f52f7
commit b5ca78551f
46 changed files with 1706 additions and 30 deletions

9
.replit Normal file
View File

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