feat: migration to phoenix 1.8 - overwrite unchanged files

This commit is contained in:
Moritz 2025-07-09 19:47:22 +02:00
parent d89b1d1cc0
commit 50832da885
Signed by: moritz
GPG key ID: 1020A035E5DD0824
9 changed files with 1433 additions and 43 deletions

View file

@ -8,7 +8,7 @@ import Config
config :mv, MvWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
# Configures Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Mv.Finch
config :swoosh, api_client: Swoosh.ApiClient.Req
# Disable Swoosh Local Memory Storage
config :swoosh, local: false