-
-
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
[3.0] *.ts files watch stopped to work by default #2124
[3.0] *.ts files watch stopped to work by default #2124
Comments
Thanks. I suspect I know what the regression is. I'll try to get it out at the start of the week. Is it a simple .ts file that doesn't work? |
Yes, I just running like: nodemon/lib/config/defaults.js Line 26 in f219dcc
|
My feeling is that the line needs to be removed.
I did test it with the listed extensions but didn't test with .ts (which is
picking up the extension from the execMap).
…On Sat, 8 Jul 2023, 21:20 David Rodrigues, ***@***.***> wrote:
Yes, I just running like: nodemon src/index.ts before, it still works,
but when I change .ts files it is just ignored. I believe that it must be
added to:
https://github.com/remy/nodemon/blob/f219dccbf0ab9a48a3f84edb75d620e3a61a9f36/lib/config/defaults.js#L26
—
Reply to this email directly, view it on GitHub
<#2124 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADLBHQZSRFF272WZUX5UTXPG6JBANCNFSM6AAAAAA2DART7I>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fix is going up now. |
The text was updated successfully, but these errors were encountered: