Claude Code
Claude Code: Add request logging middleware and STARTUP_MODE support
ce4bc03
Raw
History Blame Contribute Delete
107 Bytes
#!/bin/bash
export STARTUP_MODE="${STARTUP_MODE:-minimal}"
exec uvicorn app:app --host 0.0.0.0 --port 7860