We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f88f1 commit 536f365Copy full SHA for 536f365
1 file changed
āREADME.mdā
@@ -82,6 +82,8 @@ FastAPI CLI takes the path to your Python program and automatically detects the
82
83
For production you would use `fastapi run` instead. š
84
85
+Internally, **FastAPI CLI** uses <a href="" class="external-link" target="_blank">Uvicorn</a>, a high-performance, production-ready, ASGI server. š
86
+
87
## `fastapi dev`
88
89
When you run `fastapi dev`, it will run on development mode.
0 commit comments