Reload backend only on changes on the backend or frontend-build within, not outside that in the repo.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user