Search for the configuration file, and return the path.
Returns null if no configuration was found.
Future<String?> findPath() async { final match = await findConfig(); return match?.path; }