1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

[PM-17629] Split up KM lib to km and km-ui (#13093)

This commit is contained in:
Oscar Hinton
2025-01-30 11:20:17 +01:00
committed by GitHub
parent 4b45029d23
commit f8bdd66fbb
39 changed files with 132 additions and 46 deletions

View File

@@ -5,7 +5,7 @@ config.content = [
"./src/**/*.{html,ts}",
"../../libs/components/src/**/*.{html,ts}",
"../../libs/auth/src/**/*.{html,ts}",
"../../libs/key-management/src/**/*.{html,ts}",
"../../libs/key-management-ui/src/**/*.{html,ts}",
"../../libs/vault/src/**/*.{html,ts}",
"../../libs/angular/src/**/*.{html,ts}",
"../../bitwarden_license/bit-web/src/**/*.{html,ts}",