server: persist evaluated virtual config trees

This commit is contained in:
2026-08-13 22:26:11 +09:00
parent 7aa4d3067e
commit c8b57a6a5d
6 changed files with 631 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ async-trait.workspace = true
axum = { workspace = true, features = ["ws"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
futures.workspace = true
config-source.workspace = true
flow = { path = "../flow" }
manifest.workspace = true
protocol = { workspace = true }