chore(cli): pass checkpointer config to CLI (#7003)

This commit is contained in:
William FH
2026-03-02 21:12:22 +00:00
committed by GitHub
parent c1e62bad8a
commit a3823395cf
3 changed files with 452 additions and 379 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.13"
__version__ = "0.4.14"
+2
View File
@@ -765,6 +765,8 @@ def dev(
allow_blocking=allow_blocking,
tunnel=tunnel,
server_level=server_log_level,
checkpointer=config_json.get("checkpointer"),
disable_persistence=config_json.get("disable_persistence", False),
)
+449 -378
View File
File diff suppressed because it is too large Load Diff