Add .env to live reload parameters in documentation

This commit is contained in:
Rafael Bradley
2026-07-24 19:34:14 -03:00
committed by GitHub
parent d3bb1dc366
commit 36690c95ab
+1 -1
View File
@@ -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
``` ```