fix: enhance tox dev environment (port, banner, reload) (#386)
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:
6
tox.ini
6
tox.ini
@@ -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) ─────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user