fix: change registry url to githubusercontent

This commit is contained in:
Shinwoo PARK 2024-06-13 19:37:44 +00:00
parent fefe19c534
commit a966a85f62

View File

@ -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 {