Files
party/docs/v1/_Description.md
T
2026-07-24 22:27:22 +00:00

187 B

To run the project with live reload including the documentation, run uvicorn with the following parameters:

uv run uvicorn project:app --reload --reload-include "docs/**/*.md"