node-supervisor
node-supervisor copied to clipboard
problem with --experimental-modules
I use import/export in node. So I use --experimental-modules
node --experimental-modules -r dotenv/config application/index.mjs
I can't start supervisor
I have the same issue. using -x
flag doesn't help either, because that only includes the binary and not which flags to use.