ConfigAdapter
The subset of RuntimeAdapter needed for config discovery.
Exported so custom hosts and tests can type the minimal adapter required by discoverConfig without depending on the full runtime adapter shape.
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/config/index.ts - Source link:
packages/dreamcli/src/core/config/index.ts:263
Signatures
ts
type ConfigAdapter = Pick<RuntimeAdapter, "readFile" | "cwd" | "configDir">;