From 61cbfebbd2df71e58e9edd2013047f474ab8cbc7 Mon Sep 17 00:00:00 2001 From: Tom Taylor Date: Sat, 21 Dec 2024 10:04:54 +0000 Subject: [PATCH] Refer to `MIX_BUILD_PATH` env var (#6002) --- lib/phoenix/endpoint.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/phoenix/endpoint.ex b/lib/phoenix/endpoint.ex index a923be9a84..5396a79ea6 100644 --- a/lib/phoenix/endpoint.ex +++ b/lib/phoenix/endpoint.ex @@ -74,7 +74,7 @@ defmodule Phoenix.Endpoint do instances of the same app at the same time with code reloading in development, as they will race each other and only one will effectively recompile the files. In such cases, tweak your config files so code - reloading is enabled in only one of the apps or set the MIX_BUILD + reloading is enabled in only one of the apps or set the `MIX_BUILD_PATH` environment variable to give them distinct build directories * `:debug_errors` - when `true`, uses `Plug.Debugger` functionality for