You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to use a custom output dir via an env var (#3530)
This allows users to change the Mill output directory (by default, `out`
under the project root) to a directory of their choice, via the
`MILL_OUTPUT_DIR` environment variable.
Fixes#3144
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/Out_Dir.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,3 +111,7 @@ This is very useful if Mill is being unexpectedly slow, and you want to find out
111
111
112
112
`mill-server/*`::
113
113
Each Mill server instance needs to keep some temporary files in one of these directories. Deleting it will also terminate the associated server instance, if it is still running.
114
+
115
+
== Using another location than the `out/` directory
0 commit comments