File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/Templates/Boilerplate/Bit.Boilerplate/src/Server/Boilerplate.Server.AppHost Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9696//#endif
9797//#endif
9898
99- // Blazor WebAssembly Standalone project.
100- builder . AddProject ( "clientwebwasm" , "../../Client/Boilerplate.Client.Web/Boilerplate.Client.Web.csproj" ) ;
101-
10299if ( builder . ExecutionContext . IsRunMode ) // The following project is only added for testing purposes.
103100{
101+ // Blazor WebAssembly Standalone project.
102+ builder . AddProject ( "clientwebwasm" , "../../Client/Boilerplate.Client.Web/Boilerplate.Client.Web.csproj" )
103+ . WithExplicitStart ( ) ;
104+
104105 var mailpit = builder . AddMailPit ( "smtp" ) // For testing purposes only, in production, you would use a real SMTP server.
105106 . WithDataVolume ( "mailpit" ) ;
106107
You can’t perform that action at this time.
0 commit comments