enable live dashboard os monitoring

This commit is contained in:
shibao 2022-02-15 18:57:01 -05:00 committed by oliviasculley
parent c918dbe4bf
commit fc5b03d680
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ defmodule Lokal.MixProject do
def application do def application do
[ [
mod: {Lokal.Application, []}, mod: {Lokal.Application, []},
extra_applications: [:logger, :runtime_tools] extra_applications: [:logger, :runtime_tools, :os_mon]
] ]
end end