How do you import the builder lines for the Program.cs file from a Blazor to a Razor project?
I have a massive Razor project that I’m trying to convert to Blazor. To make things easier, I want to incorporate Blazor into the Razor project as I convert pieces over so I don’t need to keep switching between two projects nor account for the base URL in any paths when publishing.