1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 21:57:30 -05:00

Prefer specified views

This commit is contained in:
Matt Gibson
2025-05-20 13:57:23 -07:00
parent d3056b9acf
commit 30a604f8ef

View File

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