Reload backend only on changes on the backend or frontend-build within, not outside that in the repo.

This commit is contained in:
2025-12-03 22:58:48 +00:00
parent fd1aa11409
commit deabee3b5c
+1
View File
@@ -233,6 +233,7 @@ def main():
if args.command in {"serve", "dev"}: if args.command in {"serve", "dev"}:
run_kwargs: dict = { run_kwargs: dict = {
"reload": devmode, "reload": devmode,
"reload_dirs": ["passkey"] if devmode else None,
"log_level": "info", "log_level": "info",
} }
if uds: if uds: