Skip to content

Commit

Permalink
fix uvicorn reload on html
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 25, 2024
1 parent d907528 commit 8b38cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
host="0.0.0.0", # noqa: S104
port=8000,
reload=True,
reload_includes=[".html"],
reload_includes=["*.html"],
log_config=LOG_CONFIG,
server_header=False,
use_colors=False,
Expand Down

0 comments on commit 8b38cd7

Please sign in to comment.