We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MIX_BUILD_PATH
1 parent 2cf42d6 commit 61cbfebCopy full SHA for 61cbfeb
lib/phoenix/endpoint.ex
@@ -74,7 +74,7 @@ defmodule Phoenix.Endpoint do
74
instances of the same app at the same time with code reloading in
75
development, as they will race each other and only one will effectively
76
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
+ reloading is enabled in only one of the apps or set the `MIX_BUILD_PATH`
78
environment variable to give them distinct build directories
79
80
* `:debug_errors` - when `true`, uses `Plug.Debugger` functionality for
0 commit comments