Hi, I'm trying to run the blazor coffee demo on .NET 6 and VS2022.
At first it fails to load and complains about not finding files related to blazor hot reload, and after turning off the hot reload feature the app starts but it can't find main.css and aspnetcore-browser-refresh.js?
Is this not supported yet?
I tried npm install in the client folder and dotnet build, but still I can't see main.css
nevermind, the scss wasn't compiling, got it built now and it's working (haven't tried hot reload yet)