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
Copy file name to clipboardExpand all lines: doc/node.1
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -649,6 +649,9 @@ By default, watch mode will watch the entry point and any required or imported m
649
649
.ItFl-watch-path
650
650
Starts Node.js in watch mode and specifies what paths to watch. When in watch mode, changes in the watched paths cause the Node.js process to restart.
651
651
652
+
.ItFl-watch-pattern
653
+
Starts Node.js in watch mode and can include glob patterns when specifying what paths to watch. When in watch mode, changes in the watched paths cause the Node.js process to restart.
654
+
652
655
This will turn off watching of required or imported modules, even when used in combination with --watch.
0 commit comments