restart without ecto

This commit is contained in:
2026-03-16 12:08:09 -06:00
parent 24d9c0ce0f
commit 866326e71d
864 changed files with 942 additions and 432 deletions

View File

@@ -0,0 +1,24 @@
{application,phoenix_html,
[{modules,['Elixir.Phoenix.HTML','Elixir.Phoenix.HTML.Engine',
'Elixir.Phoenix.HTML.Form',
'Elixir.Phoenix.HTML.FormData',
'Elixir.Phoenix.HTML.FormData.Map',
'Elixir.Phoenix.HTML.FormField',
'Elixir.Phoenix.HTML.Safe',
'Elixir.Phoenix.HTML.Safe.Atom',
'Elixir.Phoenix.HTML.Safe.BitString',
'Elixir.Phoenix.HTML.Safe.Date',
'Elixir.Phoenix.HTML.Safe.DateTime',
'Elixir.Phoenix.HTML.Safe.Duration',
'Elixir.Phoenix.HTML.Safe.Float',
'Elixir.Phoenix.HTML.Safe.Integer',
'Elixir.Phoenix.HTML.Safe.List',
'Elixir.Phoenix.HTML.Safe.NaiveDateTime',
'Elixir.Phoenix.HTML.Safe.Time',
'Elixir.Phoenix.HTML.Safe.Tuple',
'Elixir.Phoenix.HTML.Safe.URI']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,eex,logger]},
{description,"Phoenix view functions for working with HTML templates"},
{registered,[]},
{vsn,"4.3.0"}]}.