Skip to content

Commit 048622e

Browse files
committed
chore: Update brand.ya?ml reload includes
1 parent 142409e commit 048622e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shiny/_main.py

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

0 commit comments

Comments
 (0)