Template
mirror of
https://github.com/Nekidev/uv-fastapi-tortoise.git
synced 2026-09-12 19:57:25 +00:00
Add .env to live reload parameters in documentation
This commit is contained in:
@@ -2,5 +2,5 @@ To run the project with live reload including the documentation, run uvicorn wit
|
|||||||
parameters:
|
parameters:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
uv run uvicorn project:app --reload --reload-include "docs/**/*.md"
|
uv run uvicorn project:app --reload --reload-include "docs/**/*.md" --reload-include .env
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user