I need to convert my Blazor SSR app to Blazor WebAssembly app
I Have created a new .Net Aspire Starter app which created a default Blazor Static server app for me. And now I need to convert it to Blazor WebAssembly without breaking the Aspire connection. How can we do that?
Setting default project in Aspire
When you configure Aspire, one of the defined projects is launched as the startup project.