Skip to content

Commit

Permalink
fix(core): add watcherOptions to server-process.json watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli authored and vsavkin committed May 31, 2023
1 parent 48d1c89 commit c4db74d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/nx/src/daemon/server/watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export async function subscribeToServerProcessJsonChanges(
cb();
}
}
}
},
watcherOptions([])
);
}

Expand Down

1 comment on commit c4db74d

@vercel
Copy link

@vercel vercel bot commented on c4db74d May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.