Restored to 'ba32d51b3eb6866667ec8382daca17202cf7da86'

Replit-Restored-To: ba32d51b3eb6866667ec8382daca17202cf7da86
This commit is contained in:
pac7
2025-09-21 14:10:27 +00:00
committed by pacnpal
parent 434ac4c641
commit 3cad7c5641
21 changed files with 30 additions and 1540 deletions

View File

@@ -1,4 +1,4 @@
modules = ["bash", "web", "nodejs-20", "python-3.13", "python3"]
modules = ["bash", "web", "nodejs-20", "python-3.13"]
[nix]
channel = "stable-25_05"
@@ -39,10 +39,6 @@ externalPort = 80
localPort = 34277
externalPort = 3000
[[ports]]
localPort = 38955
externalPort = 3001
[deployment]
deploymentTarget = "autoscale"
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]