deps for diagnostics

This commit is contained in:
2024-01-22 12:52:31 +01:00
parent c0d5b49091
commit 26b39b1742
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ defmodule Webmon.MixProject do
def application do
[
mod: {Webmon.Application, []},
extra_applications: [:logger, :runtime_tools]
extra_applications: [:logger, :runtime_tools, :os_mon]
]
end
@ -35,6 +35,7 @@ defmodule Webmon.MixProject do
{:phoenix, "~> 1.7.10"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.10"},
{:ecto_psql_extras, "> 0.0.0"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.3"},
{:phoenix_live_reload, "~> 1.2", only: :dev},