Remove distracting extra code

This commit is contained in:
Maciej 2026-03-01 10:25:51 +02:00
parent f1bd4a0fdd
commit 47b0d73cc5
Signed by: maciej
GPG key ID: 28243AF437E32F99
13 changed files with 1 additions and 298 deletions

View file

@ -21,15 +21,6 @@ config :birdy_chat, BirdyChatWeb.Endpoint,
pubsub_server: BirdyChat.PubSub,
live_view: [signing_salt: "6cr1V8uA"]
# Configure the mailer
#
# By default it uses the "Local" adapter which stores the emails
# locally. You can see the emails in your browser, at "/dev/mailbox".
#
# For production it's recommended to configure a different adapter
# at the `config/runtime.exs`.
config :birdy_chat, BirdyChat.Mailer, adapter: Swoosh.Adapters.Local
# Configure esbuild (the version is required)
config :esbuild,
version: "0.25.4",