I childprocess.fork a node-mock-server instance in the rollup plugin. It would be helpful to know when nms has come up, so I can open the application in the browser after the server is up. Is there such a hook already or would you accept a PR to process.send() a message back to the parent process after the server has started?
I childprocess.fork a node-mock-server instance in the rollup plugin. It would be helpful to know when nms has come up, so I can open the application in the browser after the server is up. Is there such a hook already or would you accept a PR to
process.send()
a message back to the parent process after the server has started?