node-supervisor
node-supervisor copied to clipboard
Add support for --flags
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.