Skip to content

Commit

Permalink
Start iex in extra applications
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Nov 9, 2020
1 parent 836610f commit 613a130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tai/mix.exs
Expand Up @@ -23,7 +23,7 @@ defmodule Tai.Mixfile do
[
mod: {Tai.Application, []},
start_phases: [venues: []],
extra_applications: [:logger, :jason, :tai_events]
extra_applications: [:logger, :iex, :jason, :tai_events]
]
end

Expand Down

0 comments on commit 613a130

Please sign in to comment.