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 {