Skip to content

Commit

Permalink
fix(core): don't load env vars when insantiating daemon client
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed Jun 6, 2024
1 parent 187569e commit 553f552
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/nx/src/daemon/client/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ enum DaemonStatus {
export class DaemonClient {
private readonly nxJson: NxJsonConfiguration | null;
constructor() {
loadRootEnvFiles(workspaceRoot);

try {
this.nxJson = readNxJson();
} catch (e) {
Expand Down

0 comments on commit 553f552

Please sign in to comment.