Skip to content

Commit

Permalink
Refer to MIX_BUILD_PATH env var (#6002)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtaylor authored Dec 21, 2024
1 parent 2cf42d6 commit 61cbfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61cbfeb

Please sign in to comment.