nest-cli
nest-cli copied to clipboard
Manual restarting in watch mode
I'm submitting a...
[ ] Regression
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Expected behavior
manual restart server by typing "rs" in watch mode, like nodemon
Would you like to create a PR for this issue?
Would you like to create a PR for this issue?
I don't know. Can you help me?
Is anyone working on this? A point in the right direction, and I might be able to make a PR for this.
No one is working on it at the moment. You'd need to be able to read from process.stdin for the restart command (as suggested make it rs) and on hearing that input kick of the build and start process. The start.action.ts file should help with how the command works if I recall
Super! That's helpful. I will take a look.
hey - any updates on this?
Since there has been no update on this for a while, I took the liberty to implement it this afternoon. I'm opening the PR now.
Let's track this here https://github.com/nestjs/nest-cli/pull/2011