Remove old hypercorn command with unused logging.toml

This commit is contained in:
2024-11-01 16:01:58 -05:00
parent 6fe1a8b60f
commit 267abfe792
2 changed files with 0 additions and 42 deletions

View File

@@ -8,7 +8,6 @@ fi
# Default to development mode if not defined
export ENVIRONMENT=${ENVIRONMENT:-development}
# COMMAND='poetry run hypercorn linkpulse.app:app --reload --log-config=toml:logging.toml'
COMMAND='poetry run python3 -m linkpulse serve'
# Check if Railway CLI is available