We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05165b1 commit 66ea0baCopy full SHA for 66ea0ba
app/entry.py
@@ -15,6 +15,7 @@ def run_uvicorn():
15
command = [
16
"uv",
17
"run",
18
+ "--no-dev",
19
"-m",
20
"uvicorn",
21
"app.main:app",
0 commit comments