Closed crystalfp closed 3 years ago
To restart npm-watch I tried to input nodemon's "rs", but it is not recognized:
[nodemon] starting `npm.cmd run -s build:client` [nodemon] clean exit - waiting for changes before restart rs Unrecognized input: rs
Corresponding watch entry is:
"build:client": { "patterns": [ "client" ], "extensions": "ts", "delay": 1000 },
Is there a way to restart watch without resorting to kill everything and relaunch? Thanks for clarifying! mario
pushing a fix, thank you for reporting
To restart npm-watch I tried to input nodemon's "rs", but it is not recognized:
Corresponding watch entry is:
Is there a way to restart watch without resorting to kill everything and relaunch? Thanks for clarifying! mario