The directory was tracked as a mode-160000 gitlink (bare submodule reference) without a .gitmodules entry, causing 'has no commit checked out' errors on commit. Re-added as ordinary tracked files so the vendored copy is fully part of this repo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
136 B
Dart
5 lines
136 B
Dart
/// Discovers email settings based on an email address.
|
|
|
|
export 'src/discover/client_config.dart';
|
|
export 'src/discover/discover.dart';
|