stubby4node icon indicating copy to clipboard operation
stubby4node copied to clipboard

Stubby.start to watch for all param changes

Open knomdlo opened this issue 5 years ago • 0 comments

I'm looking for a way of using start method in watch mode. Currently it appears watch param accepts filenames & not regex(or I might be wrong).

Is there a way I can achieve this:

const Stubby = require('stubby').Stubby; const stubby = new Stubby(); stubby.start({ ....other config...... watch: "." // Watch on all file changes })

knomdlo avatar Feb 28 '19 12:02 knomdlo