ConfigNotFound
No config file found at any candidate path (not an error).
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/config/index.ts - Source link:
packages/dreamcli/src/core/config/index.ts:89
Signatures
ts
interface ConfigNotFound {}Members
Properties
found
Discriminant — false indicates no config file exists at any candidate path.
ts
found: false;