Files
uv-fastapi-tortoise/docs/v1/_Description.md
T

7 lines
209 B
Markdown

To run the project with live reload including the documentation, run uvicorn with the following
parameters:
```sh
uv run uvicorn project:app --reload --reload-include "docs/**/*.md" --reload-include .env
```