huskies: regen source-map.json

This commit is contained in:
dave
2026-05-18 16:52:45 +00:00
parent fb4e52dd09
commit 34e78bdbd5
+10
View File
@@ -2249,6 +2249,7 @@
"mod log_buffer",
"mod mesh",
"mod node_identity",
"mod pipeline_event_bus",
"mod pipeline_state",
"mod process_kill",
"mod rebuild",
@@ -2277,6 +2278,14 @@
"fn init_identity",
"fn get_identity"
],
"server/src/pipeline_event_bus.rs": [
"struct BusEvent",
"fn init",
"fn broadcast",
"fn subscribe",
"fn render_event",
"fn event_matches_persona"
],
"server/src/pipeline_state/apply.rs": [
"enum ApplyError",
"fn apply_transition",
@@ -3014,6 +3023,7 @@
"fn subscribe_logs",
"fn subscribe_watcher",
"fn subscribe_status",
"fn subscribe_persona_pipeline_events",
"fn subscribe_reconciliation"
],
"server/src/service/ws/message/convert.rs": [