Template
mirror of
https://github.com/Nekidev/uv-fastapi-tortoise.git
synced 2026-09-12 19:57:25 +00:00
Compare commits
2
Commits
7723d5ef6c
...
36690c95ab
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36690c95ab | ||
|
|
d3bb1dc366 |
@@ -445,7 +445,7 @@ your now-renamed source code folder.
|
||||
To start the server, run:
|
||||
|
||||
```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.
|
||||
|
||||
@@ -2,5 +2,5 @@ To run the project with live reload including the documentation, run uvicorn wit
|
||||
parameters:
|
||||
|
||||
```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