feat: migration to liveview 1.1

This commit is contained in:
Moritz 2025-07-17 18:53:04 +02:00
parent 4dd114c22a
commit aa843933f9
Signed by: moritz
GPG key ID: 1020A035E5DD0824
4 changed files with 12 additions and 7 deletions

View file

@ -81,6 +81,7 @@ config :phoenix_live_view,
# Include HEEx debug annotations as HTML comments in rendered markup.
# Changing this configuration will require mix clean and a full recompile.
debug_heex_annotations: true,
debug_tags_location: true,
# Enable helpful, but potentially expensive runtime checks
enable_expensive_runtime_checks: true