1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 20:11:04 -05:00

Prefer specified views

This commit is contained in:
Matt Gibson 2025-05-20 13:57:23 -07:00
parent d3056b9acf
commit 30a604f8ef
No known key found for this signature in database
GPG Key ID: 7CBCA182C13B0912

View File

@ -41,6 +41,14 @@ workspace "Bitwarden" "General Bitwarden System" {
!include "tools/views.dsl" !include "tools/views.dsl"
!include "vault/views.dsl" !include "vault/views.dsl"
systemLandscape "Bitwarden" {
include *
}
container server "Bitwarden_Server" {
include *
}
// This is last to override team styles with common styles // This is last to override team styles with common styles
!include "shared.views.dsl" !include "shared.views.dsl"
} }