trygvelo
Results
1
comments of
trygvelo
We solved it like this: 1. In Visual Studio project properties -> "Build Event" -> "Pre-build event command line", add the following line: `echo window.BlazorEnvironment = '$(ConfigurationName)'; > $(ProjectDir)wwwroot\js\BlazorEnvironment.js` 2....