Skip to content

Conversation

cogwirrel
Copy link
Contributor

Reason for this change

The Nx Daemon is great for the performance boost with large projects, but sometimes encounters issues in various environments, needing users to run nx reset to fix them, or disable it themselves.

Description of changes

This change opts out of the daemon by default. Users that know what they are doing can just remove the line from their nx.json file after creating their workspace.

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

The Nx Daemon is great for the performance boost with large projects, but sometimes encounters
issues in various environments, needing users to run `nx reset`. This change opts out of the daemon
by default. Users that know what they are doing can just remove the line from their nx.json file
after creating their workspace.
@cogwirrel cogwirrel force-pushed the fix/disable-daemon-by-default branch from 2b9cdc7 to e9c8f07 Compare October 13, 2025 03:08
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.25%. Comparing base (8486855) to head (e9c8f07).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #325   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files          91       91           
  Lines        9002     9006    +4     
  Branches     1084     1084           
=======================================
+ Hits         8665     8669    +4     
  Misses        327      327           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cogwirrel cogwirrel merged commit 4546eb6 into main Oct 14, 2025
12 checks passed
@cogwirrel cogwirrel deleted the fix/disable-daemon-by-default branch October 14, 2025 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants