huskies: regen source-map.json

This commit is contained in:
dave
2026-05-17 18:43:43 +00:00
parent 6331dea8b0
commit 53d44ff42a
-53
View File
@@ -1608,11 +1608,6 @@
"server/src/http/agents_sse.rs": [ "server/src/http/agents_sse.rs": [
"fn agent_stream" "fn agent_stream"
], ],
"server/src/http/assets.rs": [
"fn embedded_asset",
"fn embedded_file",
"fn embedded_index"
],
"server/src/http/context.rs": [ "server/src/http/context.rs": [
"enum PermissionDecision", "enum PermissionDecision",
"struct PermissionForward", "struct PermissionForward",
@@ -1845,7 +1840,6 @@
], ],
"server/src/http/mod.rs": [ "server/src/http/mod.rs": [
"mod agents_sse", "mod agents_sse",
"mod assets",
"mod context", "mod context",
"mod events", "mod events",
"mod identity", "mod identity",
@@ -3150,52 +3144,5 @@
"server/src/worktree/sweep.rs": [ "server/src/worktree/sweep.rs": [
"fn worktree_should_be_swept", "fn worktree_should_be_swept",
"fn sweep_with_lookup" "fn sweep_with_lookup"
],
"website/app/docs/cli/page.tsx": [
"const metadata",
"function CliPage"
],
"website/app/docs/commands/page.tsx": [
"const metadata",
"function CommandsPage"
],
"website/app/docs/configuration/page.tsx": [
"const metadata",
"function ConfigurationPage"
],
"website/app/docs/layout.tsx": [
"const metadata",
"function DocsLayout"
],
"website/app/docs/page.tsx": [
"const metadata",
"function DocsIndexPage"
],
"website/app/docs/pipeline/page.tsx": [
"const metadata",
"function PipelinePage"
],
"website/app/docs/quickstart/page.tsx": [
"const metadata",
"function QuickstartPage"
],
"website/app/docs/transports/page.tsx": [
"const metadata",
"function TransportsPage"
],
"website/app/layout.tsx": [
"const metadata",
"function RootLayout"
],
"website/app/page.tsx": [
"const metadata",
"function HomePage"
],
"website/app/privacy/page.tsx": [
"const metadata",
"function PrivacyPage"
],
"website/components/DocsSidebar.tsx": [
"function DocsSidebar"
] ]
} }