From a966a85f62e41ef870ad16453cf4c1fcb6ec8698 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Thu, 13 Jun 2024 19:37:44 +0000 Subject: [PATCH] fix: change registry url to githubusercontent --- packages/cli/src/const.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/const.ts b/packages/cli/src/const.ts index e4a03bc..cf77e3b 100644 --- a/packages/cli/src/const.ts +++ b/packages/cli/src/const.ts @@ -1,6 +1,6 @@ import z from 'zod' -export const REGISTRY_URL = 'https://ui.psw.kr/registry.json' +export const REGISTRY_URL = 'https://raw.githubusercontent.com/pswui/ui/main/registry.json' export const CONFIG_DEFAULT_PATH = 'pswui.config.js' interface RegistryComponent {