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