Doc hint about enabling code reload support (#417)

This commit is contained in:
Ahti Kitsik 2019-03-04 16:01:16 +01:00 committed by Tom Christie
parent 09fc598288
commit 47207129ec
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ $ uvicorn example:App
INFO: Started server process [11509]
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
```
Run uvicorn with `--reload` to enable auto-reloading on code changes.
## Modularity