This commit is contained in:
shadcn
2024-08-31 02:09:14 +04:00
committed by GitHub
parent f99cd2aa5d
commit 99588fff8f
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
npx shadcn init

View File

@@ -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) {