cli
cli copied to clipboard
Feature request: hot reload on 'lib http'
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.
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.
For the time being, you can use nodemon
$ npm install -g nodemon
$ nodemon -i node_modules -x "lib http"