Skip to content

Commit 61cbfeb

Browse files
authored
Refer to MIX_BUILD_PATH env var (#6002)
1 parent 2cf42d6 commit 61cbfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/endpoint.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ defmodule Phoenix.Endpoint do
7474
instances of the same app at the same time with code reloading in
7575
development, as they will race each other and only one will effectively
7676
recompile the files. In such cases, tweak your config files so code
77-
reloading is enabled in only one of the apps or set the MIX_BUILD
77+
reloading is enabled in only one of the apps or set the `MIX_BUILD_PATH`
7878
environment variable to give them distinct build directories
7979
8080
* `:debug_errors` - when `true`, uses `Plug.Debugger` functionality for

0 commit comments

Comments
 (0)