Function: findConfigFile()¶
findConfigFile(
customPath?):string|null
Defined in: cli/src/config/loader.ts:48
Find the config file in the current directory.
Parameters¶
customPath?¶
string
Optional custom config file path.
Returns¶
string | null
The path to the config file, or null if not found.