Skip to content

Commit 5ef0c85

Browse files
committed
Update README.md
1 parent f4b80fc commit 5ef0c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For more details, check https://diploi.com/blog/hosting_fastapi_apps
2424
During development, the container installs Node.js and `nodemon` to enable automatic reloads when files change. The development server is started with:
2525

2626
```sh
27-
nodemon --delay 1 --watch pyproject.toml --exec uv run --isolated uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload
27+
nodemon --delay 1 --watch pyproject.toml --watch ".venv/lib/*" --watch ".venv/lib64/*" --exec "uv run --isolated uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload --reload-dir src --reload-exclude \".venv/**\""
2828
```
2929

3030
This will:

0 commit comments

Comments
 (0)