How can I pass options to run node flags - using moleculer-runner #1253
Replies: 1 comment
-
Hi, I found a solution in the internet, but not the best solution. It seems to solve the problem. Anyway thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am using moleculer-runner to run a project like
moleculer-runner --hot services/**/*.service.js
But I am in need to use a nodejs flag --tls-min-v1.0
Is there a way to pass it to moleculer-runner ?
Using only node, I can run using node --tls-min-v1.0 script.js, but didn't find any way to do it with moleculer.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions