huskies: regen source-map.json

This commit is contained in:
dave
2026-05-15 12:03:09 +00:00
parent fc5481dbe4
commit 46556d308a
+9
View File
@@ -894,6 +894,13 @@
"server/src/chat/commands/unreleased.rs": [ "server/src/chat/commands/unreleased.rs": [
"fn handle_unreleased" "fn handle_unreleased"
], ],
"server/src/chat/dispatcher.rs": [
"type SpawnFn",
"struct ChatDispatcher",
"fn new",
"fn submit",
"fn stop"
],
"server/src/chat/history.rs": [ "server/src/chat/history.rs": [
"type ChatConversationHistory", "type ChatConversationHistory",
"fn load_chat_history", "fn load_chat_history",
@@ -904,6 +911,7 @@
], ],
"server/src/chat/mod.rs": [ "server/src/chat/mod.rs": [
"mod commands", "mod commands",
"mod dispatcher",
"mod history", "mod history",
"mod lookup", "mod lookup",
"mod test_helpers", "mod test_helpers",
@@ -1033,6 +1041,7 @@
"fn default_permission_timeout_secs", "fn default_permission_timeout_secs",
"fn default_aggregated_notifications_poll_interval_secs", "fn default_aggregated_notifications_poll_interval_secs",
"fn default_aggregated_notifications_enabled", "fn default_aggregated_notifications_enabled",
"fn default_coalesce_window_ms",
"fn default_transport", "fn default_transport",
"fn default_whatsapp_provider", "fn default_whatsapp_provider",
"struct BotConfig" "struct BotConfig"