chore: add missing application on mix file

This commit is contained in:
Andrea 2024-10-17 11:14:48 +02:00
parent 45fb569380
commit 104328d5a9
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5

View File

@ -24,7 +24,8 @@ defmodule MakeupPrisma.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger]
extra_applications: [],
mod: {MakeupPrisma.Application, []}
]
end