This commit is contained in:
Dan Davison
2025-07-29 19:52:20 -04:00
parent e2eb41a3da
commit 0375509722
5 changed files with 12 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ Default URLs:
# Or manually:
uv sync
uv run python scripts/run_worker.py # In one terminal
uv run scripts/run_worker.py # In one terminal
uv run uvicorn api.main:app --reload # In another terminal
```