Skip to content

Commit

Permalink
Add public_key to applications list
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 20, 2025
1 parent 2001cde commit 2a345fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Phx.New.MixProject do

def application do
[
extra_applications: [:eex, :crypto]
extra_applications: [:eex, :crypto, :public_key]
]
end

Expand Down

0 comments on commit 2a345fd

Please sign in to comment.