huskies: regen source-map.json

This commit is contained in:
dave
2026-05-16 22:39:20 +00:00
parent 10d992a7e4
commit b6df89d24c
+8
View File
@@ -856,6 +856,9 @@
"server/src/chat/commands/move_story.rs": [ "server/src/chat/commands/move_story.rs": [
"fn handle_move" "fn handle_move"
], ],
"server/src/chat/commands/new_project.rs": [
"fn handle_new_project_fallback"
],
"server/src/chat/commands/overview.rs": [ "server/src/chat/commands/overview.rs": [
"fn handle_overview" "fn handle_overview"
], ],
@@ -1070,6 +1073,7 @@
"mod config", "mod config",
"mod delete", "mod delete",
"mod htop", "mod htop",
"mod new_project",
"mod rebuild", "mod rebuild",
"mod reset", "mod reset",
"mod rmtree", "mod rmtree",
@@ -1077,6 +1081,10 @@
"mod transport_impl", "mod transport_impl",
"fn spawn_bot" "fn spawn_bot"
], ],
"server/src/chat/transport/matrix/new_project.rs": [
"fn extract_new_project_command",
"fn handle_new_project"
],
"server/src/chat/transport/matrix/rebuild.rs": [ "server/src/chat/transport/matrix/rebuild.rs": [
"struct RebuildCommand", "struct RebuildCommand",
"fn extract_rebuild_command", "fn extract_rebuild_command",