@@ -0,0 +1,6 @@
nohup uvicorn main:app --reload --port 9090 > output.log 2>&1 &
uvicorn main:app --host 0.0.0.0 --port 9090
uvicorn main:app --host 0.0.0.0 --port 9090 --reload
The note is not visible to the blocked user.