Skip to content

Commit 3c18c88

Browse files
okayno14zhongwencool
authored andcommitted
Fixed mix compilation
Copied default config from app.src
1 parent 765b9cd commit 3c18c88

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

mix.exs

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ defmodule ObserverCli.MixProject do
99
description: "observer in shell",
1010
deps: [
1111
{:recon, "~> 2.5.6"}
12-
],
12+
]
13+
]
14+
end
15+
16+
def application do
17+
[
1318
env: [
19+
# {:formatter, #{
20+
# :application => atom(), - Formatter application. observer_cli loads all it's modules to remote node.
21+
# :mod => module() - observer_cli_formatter implementation.
22+
# }}
23+
formatter: %{application: :observer_cli, mod: :observer_cli_formatter_default},
1424
# scheduler_usage: :enable, # default value is 'disable', uncomment to enable by default
1525
plugins: [
1626
# module - Specific module implements plugin behavior. It's mandatory.
@@ -24,5 +34,5 @@ defmodule ObserverCli.MixProject do
2434
]
2535
]
2636
]
27-
end
37+
end
2838
end

0 commit comments

Comments
 (0)