Chris McCord
Chris McCord
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: ```...
I need to look into any implications of this, but I'd like to support router scopes where you can match on multiple hosts. For example, using LiveView's `live` routes today...
ref: https://github.com/dashbitco/bytepack_archive/blob/main/apps/bytepack_web/lib/bytepack_web/request_context.ex
ref: https://github.com/phoenixframework/phoenix_live_view/issues/1643
I'm proposing the repo and user model be moved out of configuration and into plug options. The way things are now, the configuration is global where instead it could provided...