What is the proper way to reconfigure the default "wwwroot" folder to something else or, additionally, default to an inner folder?
My current structure has wwwroot/dist as the root folder. I added the line
.UseWebRoot("wwwroot/dist")
to the WebHostBuilder() configuration and this works. However, Intellisense is now complaining throughout the application for my file paths. It's still expecting "wwwroot" to be the root folder.