Update uvicorn command in README

Added .env to the reload include options for uvicorn.
This commit is contained in:
Rafael Bradley
2026-07-24 19:33:53 -03:00
committed by GitHub
parent 7723d5ef6c
commit d3bb1dc366
+1 -1
View File
@@ -445,7 +445,7 @@ your now-renamed source code folder.
To start the server, run: To start the server, run:
```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
``` ```
`project` is your import name. `project` is your import name.