Closed atoulme closed 6 years ago
I'm guessing this is because this is not an app, and therefore there is no start method.
I have removed the applications definition from the mix build file, and now mix
runs with an empty output, and a return code of 0.
Cool looks good to me. I believe the readme is inaccurate now, since it should just be mix compile
etc, right? Plus, we should probably add a reference to adding this as a dependency from hex.
lgtm
Great, I think this is the right direction!
When I run
mix deps.get && mix
locally, I get:any thoughts?