I created an electron app with forge with webpack + typescript. I'm very new to these tools - I'm needing to configure things like dev backend server address vs prod, etc. Is the way to do this via webpack's config files, or elecrton's, something else?? How does one do it? Thanks!
This looks promising: https://www.electronforge.io/configuration#build-identifiers then how do I get these params into my app?