Add store parameter to run function

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-11-21 11:29:08 -03:00
commit 62e470b03b

View file

@ -161,6 +161,7 @@ def run(
remove_api_keys=remove_api_keys,
cache=cache,
components_path=components_path,
store=store,
)
# create path object if path is provided
static_files_dir: Optional[Path] = Path(path) if path else None