phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Add finch to new project deps and configure swoosh

Open chrismccord opened this issue 2 years ago • 3 comments

New apps need finch as a prod dependency with swoosh configured to use it:

config :swoosh, :api_client, Swoosh.ApiClient.Finch

We also need to add it to the generated sup tree:

{Finch, name: Swoosh.Finch}

chrismccord avatar Jun 27 '22 19:06 chrismccord