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