fix: enhance tox dev environment (port, banner, reload) (#386)
All checks were successful
Tests / lint (push) Successful in 3s
Tests / test (push) Successful in 1m9s

Co-authored-by: Kimi Agent <kimi@timmy.local>
Co-committed-by: Kimi Agent <kimi@timmy.local>
This commit was merged in pull request #386.
This commit is contained in:
2026-03-19 01:08:49 -04:00
committed by hermes
parent da43421d4e
commit 3c10da489b
2 changed files with 173 additions and 2 deletions

View File

@@ -163,9 +163,11 @@ commands =
[testenv:dev]
description = Start dashboard with auto-reload (local development)
setenv =
{[testenv]setenv}
TIMMY_TEST_MODE = 0
commands =
uvicorn dashboard.app:app --reload --host 0.0.0.0 --port 8000 \
--reload-exclude ".claude"
python {toxinidir}/scripts/dev_server.py {posargs}
# ── All Tests (parallel) ─────────────────────────────────────────────────────