Skip to content

Commit

Permalink
docs: clarify default daemon usage
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Dec 5, 2024
1 parent 04b284a commit 9c3e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/reference/run.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ turbo run dev --no-cache
`turbo` can run a background process to pre-calculate values used for determining work that needs to be done. This standalone process (daemon) is an optimization, and not required for proper functioning of `turbo`.
Passing `--daemon` instructs `turbo` to use the standalone process, while `--no-daemon` instructs `turbo` to avoid using or creating the standalone process.
The default daemon usage is set for your repository using [the `daemon` field in `turbo.json`](/repo/docs/reference/configuration#daemon). Passing `--daemon` instructs `turbo` to use the standalone process, while `--no-daemon` instructs `turbo` to avoid using or creating the standalone process.
The same behavior can also be set via the `TURBO_DAEMON=true` system variable.
Expand Down

0 comments on commit 9c3e037

Please sign in to comment.