Skip to content

Commit 4468e14

Browse files
authored
exclude db from watch files extensions (#5800)
1 parent 8661f7e commit 4468e14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex/utils/exec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ def run_uvicorn_backend(host: str, port: int, loglevel: LogLevel):
497497
"sh",
498498
"bash",
499499
"log",
500+
"db",
500501
)
501502

502503
HOTRELOAD_IGNORE_PATTERNS = (

0 commit comments

Comments
 (0)