Revert "Enable os_mon"

This reverts commit 0071d45998.
This commit is contained in:
Claudio Ortolina
2025-09-21 21:21:39 +03:00
parent a1b9994837
commit 5ecbed6c43
+1 -1
View File
@@ -22,7 +22,7 @@ defmodule MusicLibrary.MixProject do
def application do def application do
[ [
mod: {MusicLibrary.Application, []}, mod: {MusicLibrary.Application, []},
extra_applications: [:logger, :runtime_tools, :xmerl, :os_mon] extra_applications: [:logger, :runtime_tools, :xmerl]
] ]
end end