1
0
mirror of https://github.com/bitwarden/server synced 2026-02-01 09:13:31 +00:00

feat: Add Aspire Apphost and ServiceDefault projects

This commit is contained in:
Stephon Brown
2025-12-10 17:01:07 -06:00
parent fafc61d7b9
commit f570887999
11 changed files with 526 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ $projects = @{
Sso = "../bitwarden_license/src/Sso"
Scim = "../bitwarden_license/src/Scim"
IntegrationTests = "../test/Infrastructure.IntegrationTest"
AppHost = "../AppHost"
}
foreach ($key in $projects.keys) {