CliConfig constructor
CliConfig({
- AuthConfig? auth,
- List<
ProjectInfo> projects = const [], - String? supabaseUrl,
- String? supabaseAnonKey,
Implementation
CliConfig({
this.auth,
this.projects = const [],
this.supabaseUrl,
this.supabaseAnonKey,
});