WebAssembly template only Client project

I created a WebAssembly PWA solution for .NET 10 using Radzen Blazor Studio.
A Server project was also created within the solution I built.
When selecting the "Blazor WebAssembly stand-alone" template in Visual Studio 2026, there is no Server project.
Please tell me how to create a WebAssembly solution without a Server project using Radzen Blazor Studio.

Thanks

There is no standalone template in Radzen Blazor Studio since there will be no database access in such solution.

Thank you for your response.