mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 06:31:09 -05:00
Replaces grid layout with flexbox in enhanced_header.html to resolve column width issues caused by gap-8. Replit-Commit-Author: Agent Replit-Commit-Session-Id: c537be14-ffc2-48de-88ef-2bdd9e6ae15a Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d6d61dac-164d-45dd-929f-7dcdfd771b64/c537be14-ffc2-48de-88ef-2bdd9e6ae15a/DIBq8v8
54 lines
1.2 KiB
Plaintext
54 lines
1.2 KiB
Plaintext
modules = ["bash", "web", "nodejs-20", "python-3.13", "postgresql-16"]
|
|
|
|
[nix]
|
|
channel = "stable-25_05"
|
|
packages = ["freetype", "gdal", "geos", "gitFull", "lcms2", "libimagequant", "libjpeg", "libtiff", "libwebp", "libxcrypt", "openjpeg", "playwright-driver", "postgresql", "proj", "tcl", "tk", "uv", "zlib"]
|
|
|
|
[agent]
|
|
expertMode = true
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "ThrillWiki Server"
|
|
|
|
[[workflows.workflow]]
|
|
name = "ThrillWiki Server"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "/home/runner/workspace/.venv/bin/python manage.py runserver 0.0.0.0:5000"
|
|
waitForPort = 5000
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "webview"
|
|
|
|
[[ports]]
|
|
localPort = 5000
|
|
externalPort = 80
|
|
|
|
[[ports]]
|
|
localPort = 38953
|
|
externalPort = 3002
|
|
|
|
[[ports]]
|
|
localPort = 41923
|
|
externalPort = 3000
|
|
|
|
[[ports]]
|
|
localPort = 45245
|
|
externalPort = 3001
|
|
|
|
[deployment]
|
|
deploymentTarget = "autoscale"
|
|
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]
|
|
build = ["uv", "pip", "install", "--system", "-r", "requirements.txt"]
|