Hi,
I need to register the http api service in the container, however - depending on the environment, a different backend URL should be used.
Aurelia 1 used to have environment files with a webpack loader (if I recall correctly) so it was possible to access environment-specific values in the browser app.
What is the approach in Au2? The stub app includes webpack dotenv plugin, but to my understanding it is intended for compile-time only?