feat: add server store role overrides

This commit is contained in:
lda
2026-06-06 18:21:58 +07:00 Verified
parent 6b61fac5f6
commit 5df1e27928
18 changed files with 454 additions and 25 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ def serve(
if config is not None:
workflow_config = load_workflow_config(config)
store = workflow_config.server.store
store = workflow_config.server.workflow_store
if server is None and store_root is None:
server = build_workflow_server_from_workflow_config(workflow_config)
elif server is None: