Blazor WASM - Hosted Services During Debug
Hi there, I have a hosted service which I would like to run during debug in order to watch and hot-compile my SASS stylesheets. Because this is a hosted service, adding it to the Program.cs isn't particularly useful as this runs in the browser, so no watching for my SASS files takes place.
Is there a way, during debug, to run the hosted service on the "server side" (in the IDE) so that my SASS files get hot compiled?
Is there a way, during debug, to run the hosted service on the "server side" (in the IDE) so that my SASS files get hot compiled?