From 12c9e6b0b5a2996d5cd41403ae5e0f2c90fbbdca Mon Sep 17 00:00:00 2001 From: Jarrod Watts <35651410+jarrodwatts@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:39:49 +1100 Subject: [PATCH] Add @abstract registry URL to registries.json (#8536) Added new registry entry for @abstract. Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index a9104f0a8f..9df4d7db78 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,6 +1,7 @@ { "@8bitcn": "https://8bitcn.com/r/{name}.json", "@97cn": "https://97cn.itzik.co/r/{name}.json", + "@abstract": "https://build.abs.xyz/r/{name}/json", "@abui": "https://abui.io/r/{name}.json", "@aceternity": "https://ui.aceternity.com/registry/{name}.json", "@aevr": "https://ui.aevr.space/r/{name}.json",