huskies: regen source-map.json

This commit is contained in:
dave
2026-05-18 13:33:50 +00:00
parent 0ec5c05de8
commit bdc621fb36
+10 -1
View File
@@ -1885,7 +1885,9 @@
"fn health_handler", "fn health_handler",
"fn build_routes", "fn build_routes",
"fn rpc_http_handler", "fn rpc_http_handler",
"fn debug_crdt_handler" "fn debug_crdt_handler",
"fn upgrade_trigger_handler",
"fn serve_binary_handler"
], ],
"server/src/http/oauth.rs": [ "server/src/http/oauth.rs": [
"fn oauth_authorize", "fn oauth_authorize",
@@ -2235,6 +2237,7 @@
"mod rebuild", "mod rebuild",
"mod services", "mod services",
"mod sled_uplink", "mod sled_uplink",
"mod upgrade",
"mod validation" "mod validation"
], ],
"server/src/mesh.rs": [ "server/src/mesh.rs": [
@@ -3066,6 +3069,12 @@
"fn from_path", "fn from_path",
"fn path" "fn path"
], ],
"server/src/upgrade.rs": [
"fn fetch_and_replace_binary",
"fn upgrade_and_reexec",
"fn run_cli_upgrade",
"fn resolve_target_path"
],
"server/src/validation/error.rs": [ "server/src/validation/error.rs": [
"enum ValidationError", "enum ValidationError",
"fn format_errors_as_json" "fn format_errors_as_json"