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?
I have tried diffrent ways like creating a new WebAssembly app in that solution and migrated everything to it. But it didn't worked.