From 1722eb0eed39dc0a77324a0f15c5817c5f2131e6 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 22 Sep 2025 13:59:58 +0300 Subject: [PATCH] Enable IEx auto_reload --- .iex.exs | 1 + 1 file changed, 1 insertion(+) create mode 100644 .iex.exs diff --git a/.iex.exs b/.iex.exs new file mode 100644 index 00000000..128c00ae --- /dev/null +++ b/.iex.exs @@ -0,0 +1 @@ +IEx.configure(auto_reload: true)