Function: resolveUserThemeConfig()
ts
function resolveUserThemeConfig(options): Promise<{
themeConfig: Config;
themeConfigFile: string;
}>;Defined in: packages/valaxy/node/config/theme.ts:20
resolve theme.config.ts and merge with default
Parameters
options
themeRoot
string
userRoot
string
Returns
Promise<{ themeConfig: Config; themeConfigFile: string; }>