An open API service indexing awesome lists of open source software.

https://github.com/gldraphael/blazor-build-time-configuration


https://github.com/gldraphael/blazor-build-time-configuration

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# blazor-build-time-configuration

Running the app with default configuration:
```
cd WasmApp
dotnet run
```

Overriding build-time configuration:
```
dotnet build -p:BaseUrl="https://prod.example.com"
dotnet run --no-build
```