Enable os info in the dev Dashboard
This commit is contained in:
parent
5a03eb10bf
commit
865c1b5d95
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ defmodule NotesApp.MixProject do
|
|||
def application do
|
||||
[
|
||||
mod: {NotesApp.Application, []},
|
||||
extra_applications: [:logger, :runtime_tools]
|
||||
extra_applications: [:logger, :runtime_tools, :os_mon]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue