Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed May 7, 2024
1 parent efd5832 commit 8a5baa6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
_ = app.UseEndpoints(endpoints =>
{
endpoints.MapStaticAssetEndpoints();
_ = endpoints.MapRazorComponents<TRootComponent>()
.AddAdditionalAssemblies(Assembly.Load("Components.WasmMinimal"))
.AddInteractiveServerRenderMode(options =>
Expand Down

0 comments on commit 8a5baa6

Please sign in to comment.