@wpkernel/core / WPK_CONFIG_SOURCES
Variable: WPK_CONFIG_SOURCES
ts
const WPK_CONFIG_SOURCES: object;Configuration sources recognised by WPKernel tooling.
These filenames/keys are consumed by the CLI and runtime config loaders.
Type Declaration
PACKAGE_JSON_WPK
ts
readonly PACKAGE_JSON_WPK: "package.json#wpk" = 'package.json#wpk';WPK_CONFIG_JS
ts
readonly WPK_CONFIG_JS: "wpk.config.js" = 'wpk.config.js';WPK_CONFIG_TS
ts
readonly WPK_CONFIG_TS: "wpk.config.ts" = 'wpk.config.ts';