init v0
This commit is contained in:
parent
561ea7543d
commit
43e6b6d318
25 changed files with 8063 additions and 374 deletions
3
mix.exs
3
mix.exs
|
|
@ -19,7 +19,7 @@ defmodule Zoeyscomputer.MixProject do
|
|||
def application do
|
||||
[
|
||||
mod: {Zoeyscomputer.Application, []},
|
||||
extra_applications: [:logger, :runtime_tools]
|
||||
extra_applications: [:logger, :runtime_tools, :os_mon]
|
||||
]
|
||||
end
|
||||
|
||||
|
|
@ -36,6 +36,7 @@ defmodule Zoeyscomputer.MixProject do
|
|||
{:phoenix, "~> 1.7.14"},
|
||||
{:phoenix_ecto, "~> 4.5"},
|
||||
{:ecto_sql, "~> 3.10"},
|
||||
{:ecto_psql_extras, "~> 0.6"},
|
||||
{:postgrex, ">= 0.0.0"},
|
||||
{:phoenix_html, "~> 4.1"},
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue