1
0
Fork 0

Enable os info in the dev Dashboard

This commit is contained in:
Aroy-Art 2024-09-04 08:41:40 +02:00
parent 5a03eb10bf
commit 865c1b5d95
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -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