1
0
mirror of https://github.com/bitwarden/server synced 2026-02-10 05:30:02 +00:00

Introduce the Server SDK to the rest of our services (#6915)

This commit is contained in:
Justin Baur
2026-02-02 10:27:25 -05:00
committed by GitHub
parent 1c640fb103
commit d4de03a762
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.ConfigureKestrel(o =>