0
maria_ruiz created
- ABP Framework version: v8.3.2
- Database System: EF Core (SQL Server)
Why the command abp new BookStore -t app -u blazor-webapp does not create a Host project?
3 Answer(s)
-
0
Hi,
If you want to create a tiered project, you can try
abp new BookStore -t app -u blazor-webapp --tiered
-
0
The problem is that if is tiered is created the projects of blazor, blazor.client, host y auth sever.
the authserver is separated from the host,
What we were looking for is not to use --tiered, I want to know why the host disappears,
now blazor is the host?
-
0
now blazor is the host?
yes, it is. the new Blazor web app mixed Blazor and Host.
if you want , you can use webassembly.
abp new BookStore -t app -u blazor