From 5568f9e85c5201e7ef4d8add005e4cb0460e1165 Mon Sep 17 00:00:00 2001 From: pac7 <47831526-pac7@users.noreply.replit.com> Date: Sun, 21 Sep 2025 01:33:35 +0000 Subject: [PATCH] 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 --- .replit | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.replit b/.replit index 93264b02..3a032945 100644 --- a/.replit +++ b/.replit @@ -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"]