fix(ci): baseline test-only chat-state export

#106353 exports requestChatPageUpdate for its test only; production
knip flags it as an unused export and check-dependencies fails on main.
This commit is contained in:
Peter Steinberger
2026-07-13 04:58:23 -07:00
parent bd2be839ce
commit bbd6f79b3b

View File

@@ -3128,6 +3128,7 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
"ui/src/pages/chat/chat-session.ts: buildChatSessionListOptions",
"ui/src/pages/chat/chat-session.ts: trackPendingChatPickerPatch",
"ui/src/pages/chat/chat-state.ts: refreshChat",
"ui/src/pages/chat/chat-state.ts: requestChatPageUpdate",
"ui/src/pages/chat/chat-thread.ts: buildChatItems",
"ui/src/pages/chat/chat-thread.ts: BuildChatItemsProps",
"ui/src/pages/chat/chat-thread.ts: WorkGroupRenderItem",