node-supervisor icon indicating copy to clipboard operation
node-supervisor copied to clipboard

Add support for --flags

Open mikabytes opened this issue 7 years ago • 0 comments

This enables any flags passthrough to binary.

Example usage: supervisor --flags '--experimental-modules,--loader=loader.js' index.mjs

Fixes issues #219 #210 and adds support for any other flags supported by binary.

In a rush or impatient for this to get merged? Just do npm -g remove node-supervisor && npm -g install mikabytes/node-supervisor and you'll get this right away.

mikabytes avatar Dec 19 '18 14:12 mikabytes