Move Faker to prod deps
All checks were successful
build / build (push) Successful in 56s

This commit is contained in:
James Greenwood 2025-11-17 09:06:11 +00:00
parent 1332baedaa
commit 69d38f02a5

View File

@ -51,7 +51,7 @@ defmodule ActionRequestsDemo.MixProject do
{:lazy_html, ">= 0.1.0", only: :test},
{:esbuild, "~> 0.10", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.3", runtime: Mix.env() == :dev},
{:faker, "~> 0.18", only: [:dev, :test]},
{:faker, "~> 0.18"},
{:jason, "~> 1.2"},
{:bandit, "~> 1.5"}
]