WP Kernel API / @wpkernel/cli / LoadedKernelConfig
Interface: LoadedKernelConfig
Result returned when loading and validating a kernel config file.
Properties
config
ts
config: KernelConfigV1;
sourcePath
ts
sourcePath: string;
configOrigin
ts
configOrigin: WPKConfigSource;
composerCheck
ts
composerCheck: "ok" | "mismatch";
namespace
ts
namespace: string;