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

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