Browse Source

docs(readme): clarify production run command after fastapi dev

pull/15380/head
tboyila 3 months ago
parent
commit
1dffbbc7e1
  1. 2
      README.md

2
README.md

@ -242,6 +242,8 @@ The command `fastapi dev` reads your `main.py` file automatically, detects the *
By default, `fastapi dev` will start with auto-reload enabled for local development. By default, `fastapi dev` will start with auto-reload enabled for local development.
When you are ready to run the same app without auto-reload for production, use `fastapi run`.
You can read more about it in the [FastAPI CLI docs](https://fastapi.tiangolo.com/fastapi-cli/). You can read more about it in the [FastAPI CLI docs](https://fastapi.tiangolo.com/fastapi-cli/).
</details> </details>

Loading…
Cancel
Save