Skip to content

Commit

Permalink
Merge branch 'main' of github.com:shadcn/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Aug 30, 2024
2 parents 84540f5 + 99588ff commit 6b92dd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wet-forks-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn": patch
---

npx shadcn init
1 change: 0 additions & 1 deletion packages/shadcn/src/utils/registry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ async function fetchRegistry(paths: string[]) {
const results = await Promise.all(
paths.map(async (path) => {
const url = getRegistryUrl(path)
console.log("👉", url)
const response = await fetch(url, { agent })

if (!response.ok) {
Expand Down

0 comments on commit 6b92dd8

Please sign in to comment.