Files
kennethreitz 57b4ed7dd9 Switch from gunicorn/uvicorn to granian with Rust-level static file serving
Replaces gunicorn + uvicorn with granian across all entry points (Dockerfile,
docker-compose, main.py, sidecar script). Static files are now served directly
from granian's Rust layer, bypassing Python entirely for /static routes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 10:07:23 -04:00
..