I am trying to find out if it's possible to make a PWA with Blazor server.
It seems to me the way some are "solving" it , is by copy pasting the manifest.json from a webassembly app to a server app.
This made me wondering, why does Microsoft not provide a --pwa flag on the dotnet run blazorserver but only on the web assembly if it's as simple as that.
Thanks!