From da7327367d114597b32517f2cd3ddda3f4de34df Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Sat, 26 Oct 2024 01:13:32 -0700 Subject: [PATCH] fix(shadcn): add target for route and thread blocks (#1083) --- apps/registry/registry/registry.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/registry/registry/registry.ts b/apps/registry/registry/registry.ts index 72bc06227..004739ea8 100644 --- a/apps/registry/registry/registry.ts +++ b/apps/registry/registry/registry.ts @@ -44,6 +44,7 @@ export const registry: RegistryItem[] = [ { type: "registry:page", path: "routes/api/chat/route.ts", + target: "routes/api/chat/route.ts", }, ], registryDependencies: ["https://r.assistant-ui.com/assistant-ui"], @@ -56,6 +57,7 @@ export const registry: RegistryItem[] = [ { type: "registry:component", path: "components/assistant-ui/thread.tsx", + target: "components/assistant-ui/thread.tsx", }, ], registryDependencies: [