cli icon indicating copy to clipboard operation
cli copied to clipboard

Feature request: hot reload on 'lib http'

Open OliverCole opened this issue 8 years ago • 2 comments

It would be really useful to have hot reloading on the lib http local development server, so we don't have to kill and relaunch it.

OliverCole avatar Apr 03 '17 18:04 OliverCole

We'll be refactoring a lot of how the local lib instances work so we can definitely touch on this :).

Will get back to you when we push something.

keithwhor avatar Apr 11 '17 18:04 keithwhor

For the time being, you can use nodemon

$ npm install -g nodemon
$ nodemon -i node_modules -x "lib http"

omarchehab98 avatar Apr 01 '18 02:04 omarchehab98