feat: add registries configuration for 9ui in components.json

This commit is contained in:
2025-09-04 00:14:59 -03:00
parent 7be2ff88aa
commit b3c491561b

View File

@@ -17,5 +17,8 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
"iconLibrary": "lucide",
"registries": {
"@9ui": "https://9ui.dev/r/{name}.json"
}
}