Skip to content

Commit 207e586

Browse files
authored
feat(templates): remove publish time aspire dashboard from bit Boilerplate #11422 (#11423)
1 parent 5eae9ec commit 207e586

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.AppHost/Extensions/IDistributedApplicationBuilderExtensions.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.AppHost/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@
116116
.WithExplicitStart();
117117
}
118118

119-
builder.AddAspireDashboard();
120-
121119
await builder
122120
.Build()
123121
.RunAsync();

0 commit comments

Comments
 (0)