feat(server): host schema, context, auth, status transitions

This commit is contained in:
Carsten 2026-04-21 22:02:24 +02:00
parent bab31b7c4e
commit b141ee7816
5 changed files with 174 additions and 0 deletions

View file

@ -26,3 +26,5 @@ config :phoenix, :plug_init_mode, :runtime
# Enable helpful, but potentially expensive runtime checks
config :phoenix_live_view,
enable_expensive_runtime_checks: true
config :bcrypt_elixir, :log_rounds, 4