Skip to content

Commit 0b865d6

Browse files
authored
Set enable_expensive_runtime_checks on integration config (#5818)
1 parent 87127d9 commit 0b865d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration_test/config/config.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ config :phoenix, :json_library, Jason
55
config :swoosh, api_client: false
66

77
config :tailwind, :version, "3.4.3"
8+
9+
config :phoenix_live_view, enable_expensive_runtime_checks: true

0 commit comments

Comments
 (0)