Exclude .web dir when running uvicorn (#2986)
This commit is contained in:
parent
ae3dfc6412
commit
619c0b0d06
@ -190,6 +190,7 @@ def run_backend(
|
||||
log_level=loglevel.value,
|
||||
reload=True,
|
||||
reload_dirs=[config.app_name],
|
||||
reload_excludes=[constants.Dirs.WEB],
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user