fix
All checks were successful
build / build (push) Successful in 56s

This commit is contained in:
James Greenwood 2025-11-17 09:18:49 +00:00
parent 99ed57d43b
commit e19286d0e6

View File

@ -21,7 +21,7 @@ defmodule ActionRequestsDemo.MixProject do
def application do
[
mod: {ActionRequestsDemo.Application, []},
extra_applications: [:logger, :runtime_tools]
extra_applications: [:logger, :runtime_tools, :faker]
]
end