mirror of
https://github.com/cline/cline.git
synced 2026-09-21 05:10:09 +08:00
fix: code browser import (#186)
This commit is contained in:
@@ -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 "";
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user