We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
exclude
watch
Add ability to pass exclude flag to watch
When tsx is used on a script that creates its dependencies, exclude option is required to ignore updates from the specified list of files.
tsx
Wrapping tsx with nodemon --exec 'tsx ...'
nodemon --exec 'tsx ...'
No response
The text was updated successfully, but these errors were encountered:
Why is an exclude feature required? (Seems you simply explained what the exclude feature does instead of why you need it.)
Sorry, something went wrong.
@privatenumber thank you for the reply. Let me please provide you with a sandbox, so you could reproduce the issue (infinite loop).
🎉 This issue has been resolved in version 3.10.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Feature request
Add ability to pass
exclude
flag towatch
Why?
When
tsx
is used on a script that creates its dependencies,exclude
option is required to ignore updates from the specified list of files.Alternatives
Wrapping
tsx
withnodemon --exec 'tsx ...'
Additional context
No response
The text was updated successfully, but these errors were encountered: