From fc5b03d6809dfbb77a8b5caa37a442960b0073a5 Mon Sep 17 00:00:00 2001 From: shibao Date: Tue, 15 Feb 2022 18:57:01 -0500 Subject: [PATCH] enable live dashboard os monitoring --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ac57191..7412325 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,7 @@ defmodule Lokal.MixProject do def application do [ mod: {Lokal.Application, []}, - extra_applications: [:logger, :runtime_tools] + extra_applications: [:logger, :runtime_tools, :os_mon] ] end