fix: code browser import (#186)

This commit is contained in:
Bee
2026-04-15 19:28:18 -07:00
committed by GitHub
parent e5921d5140
commit 583938b5d4
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { formatDisplayUserInput } from "@clinebot/shared";
import { formatDisplayUserInput } from "@clinebot/shared/browser";
export function normalizeTitle(title?: string): string {
if (!title?.trim()) return "";
+2
View File
@@ -64,6 +64,8 @@
"!@clinebot/agents/node",
"!@clinebot/agents/browser",
"!@clinebot/core/telemetry",
"!@clinebot/shared/browser",
"!@clinebot/shared/types",
"!@clinebot/shared/storage",
"!@clinebot/shared/db"
],