-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arguments passed not correctly #1043
Comments
This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up. |
@remy This is not stale. |
This is being passed correctly, as defined by your I think what you need here is a feature request where by you can slot in the {
"exec": "ts-node {{execArgs}} {{pwd}}/src/index.ts"
} I'm going to close as it can be worked around (if it's a single case use), or would happily take a PR to add this functionality (possibly mapping any nodemon option into the strings?). |
Using the following
nodemon.json
:Attempting to launch the following command
nodemon --inspect=5858
ornodemon --inspect=5858 --config nodemon.json
doesn't pass--inspect=5858
to Node.js, but passes it to ts-node at the end:The text was updated successfully, but these errors were encountered: