Add first step of creating an Article
This commit is contained in:
2
mix.exs
2
mix.exs
@ -41,7 +41,7 @@ defmodule Outlook.MixProject do
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:phoenix_live_view, "~> 0.18.3"},
|
||||
{:heroicons, "~> 0.5"},
|
||||
{:floki, ">= 0.30.0", only: :test},
|
||||
{:floki, ">= 0.30.0"},
|
||||
{:phoenix_live_dashboard, "~> 0.7.2"},
|
||||
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
|
||||
|
||||
Reference in New Issue
Block a user