generated from nyeki/uv-fastapi-tortoise
7 lines
187 B
Markdown
7 lines
187 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"
|
|
```
|