From 0810c0e1a2373b865f7ba23146d483bfb04439a8 Mon Sep 17 00:00:00 2001 From: Morgan Feeney Date: Mon, 6 Oct 2025 13:00:28 +0100 Subject: [PATCH] Add @zippystarter registry URL to registries.json (#8354) --- 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 2ddc3acea6..c2b2b5853c 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -41,5 +41,6 @@ "@retroui": "https://retroui.dev/r/{name}.json", "@wds": "https://wds-shadcn-registry.netlify.app/r/{name}.json", "@97cn": "https://97cn.itzik.co/r/{name}.json", - "@better-upload": "https://better-upload.com/r/{name}.json" + "@better-upload": "https://better-upload.com/r/{name}.json", + "@zippystarter": "https://zippystarter.com/r/{name}.json" }