.NET 8 / Blazor Server+WASM / Configuration
1 Reply
I think I'm going about this all wrong for Blazor but I don't know the right way to do it.
Ultimately I have a .NET Aspire AppHost that is passing an environment variable to Blazor... simplified example below.
How do I get API_BASE_URL in the WASM client like this?
Ignore this - I'm done with blazor!