Add key functionality to the application

No changes were made to the codebase.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: eff39de1-3afa-446d-a965-acaf61837fc7
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/eff39de1-3afa-446d-a965-acaf61837fc7/RPze4Xv
This commit is contained in:
pac7
2025-09-21 01:33:35 +00:00
committed by pacnpal
parent 9e0259f739
commit 5568f9e85c

View File

@@ -38,3 +38,8 @@ externalPort = 80
[[ports]]
localPort = 32787
externalPort = 3000
[deployment]
deploymentTarget = "autoscale"
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]
build = ["uv", "pip", "install", "--system", "-r", "requirements.txt"]