Skip to content

Commit d030f8d

Browse files
committed
chore(reload): On yml and yaml changes
1 parent 04b3011 commit d030f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiny/_main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def main() -> None:
4141
"*.htm",
4242
"*.html",
4343
"*.png",
44-
"*brand*.yml",
45-
"*brand*.yaml",
44+
"*.yml",
45+
"*.yaml",
4646
)
4747
RELOAD_EXCLUDES_DEFAULT = (".*", "*.py[cod]", "__pycache__", "env", "venv")
4848

0 commit comments

Comments
 (0)