Skip to content

Commit

Permalink
fix(shadcn): add target for route and thread blocks (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Oct 26, 2024
1 parent b61e6a5 commit da73273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/registry/registry/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -56,6 +57,7 @@ export const registry: RegistryItem[] = [
{
type: "registry:component",
path: "components/assistant-ui/thread.tsx",
target: "components/assistant-ui/thread.tsx",
},
],
registryDependencies: [
Expand Down

0 comments on commit da73273

Please sign in to comment.