From cb96e589925c5afb1d1bf2af71079ea9a3e9f01a Mon Sep 17 00:00:00 2001 From: Arif Hossain Date: Tue, 9 Sep 2025 19:02:28 +0600 Subject: [PATCH] feat: add @retroui in trusted registries (#8167) * feat: add @retroui in trusted registries * merge conflict resolve --- apps/v4/public/r/registries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 0258c45073..8f84292910 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -26,5 +26,6 @@ "@smoothui": "https://smoothui.dev/r/{name}.json", "@formcn": "https://formcn.dev/r/{name}.json", "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", - "@skiper-ui": "https://skiper-ui.com/registry/{name}.json" + "@skiper-ui": "https://skiper-ui.com/registry/{name}.json", + "@retroui": "https://retroui.dev/r/{name}.json" }