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

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,17 @@
{application,finch,
[{modules,['Elixir.Finch','Elixir.Finch.Error',
'Elixir.Finch.HTTP1.Conn','Elixir.Finch.HTTP1.Pool',
'Elixir.Finch.HTTP1.Pool.State',
'Elixir.Finch.HTTP1.PoolMetrics',
'Elixir.Finch.HTTP2.Pool',
'Elixir.Finch.HTTP2.PoolMetrics',
'Elixir.Finch.HTTP2.RequestStream',
'Elixir.Finch.Pool','Elixir.Finch.PoolManager',
'Elixir.Finch.Request','Elixir.Finch.Response',
'Elixir.Finch.SSL','Elixir.Finch.Telemetry']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,logger,mint,nimble_pool,
nimble_options,telemetry,mime]},
{description,"An HTTP client focused on performance."},
{registered,[]},
{vsn,"0.21.0"}]}.