Template
mirror of
https://github.com/Nekidev/uv-fastapi-tortoise.git
synced 2026-09-12 19:57:25 +00:00
Update uvicorn command in README
Added .env to the reload include options for uvicorn.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user