1
0
mirror of https://github.com/bitwarden/server synced 2026-01-31 00:33:17 +00:00

Introduce the Server SDK to the rest of our services

This commit is contained in:
Justin Baur
2026-01-28 09:50:57 -05:00
parent 142ffe7b1b
commit 98501de2a2
19 changed files with 22 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ public class Program
{
Host
.CreateDefaultBuilder(args)
.ConfigureCustomAppConfiguration(args)
.UseBitwardenSdk()
.ConfigureWebHostDefaults(webBuilder =>
{
webBuilder.UseStartup<Startup>();