Function: resolveUserThemeConfig()

Source: 1.0.0-rc.14 · a572916b42ec

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; }>