Created
June 25, 2016 03:02
-
-
Save cboggs/87b68621532d4aba527140f8d5d0e24d to your computer and use it in GitHub Desktop.
lets-build-elixir-6_apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
def application do | |
[applications: [:statix, :ex_vmstats, :folsom, :logger], | |
mod: {StatsYard, []}] | |
end | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment