diff --git a/packages/cli/src/const.ts b/packages/cli/src/const.ts index 241225e..1503714 100644 --- a/packages/cli/src/const.ts +++ b/packages/cli/src/const.ts @@ -5,6 +5,7 @@ export const CONFIG_DEFAULT_PATH = 'pswui.config.js' export interface Registry { base: string + shared: string components: Record }