Extra_applications but only for dev ENV

I have a question about setting extra_applications specific to the ENV.

observer + wx is require if I want to use :observer.start, but I only do that locally.
Is it a good idea to conditionalize extra_applications with a ENV check?

1 Like

Yep, it’s a good idea. For the cheat-code, take a look at the idiom Phoenix uses.

3 Likes