refactor: Renamed the provider field in a config file to type to make things a little easier to understand; also removed husky

This commit is contained in:
2025-09-12 11:20:02 -06:00
parent ca990f460e
commit 194f86144b
13 changed files with 178 additions and 55 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ fn write_yaml_config(xdg_config_home: &Path, password_file: &Path, run_profile:
r#"default_provider: local
providers:
- name: local
provider: local
type: local
password_file: {}
run_configs:
- name: {}
@@ -38,7 +38,7 @@ run_configs:
r#"default_provider: local
providers:
- name: local
provider: local
type: local
password_file: {}
"#,
password_file.display()