From d46551ce589cc0cffa421fbc77c6ae56b0f11710 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 16 Oct 2025 20:46:22 +0100 Subject: [PATCH] Do not auto-reload in IEx No need as Phoenix handles this already --- .iex.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/.iex.exs b/.iex.exs index fd03f77c..f9c7ac4f 100644 --- a/.iex.exs +++ b/.iex.exs @@ -1,5 +1,4 @@ IEx.configure( - auto_reload: true, inspect: [ limit: :infinity, printable_limit: :infinity,