Skip to content
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

Labels
bug confirmed bug released

Comments

@rentalhost
Copy link

  • Versions: 3.0
  • Operating system/terminal environment (powershell, gitshell, etc): Powershell
  • Using Docker? What image: No
@remy
Copy link
Owner

remy commented Jul 8, 2023

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?

@rentalhost
Copy link
Author

rentalhost commented Jul 8, 2023

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:

ext: 'js mjs cjs json',

@remy
Copy link
Owner

remy commented Jul 8, 2023 via email

@remy remy closed this as completed in 95bee00 Jul 9, 2023
@github-actions
Copy link

github-actions bot commented Jul 9, 2023

🎉 This issue has been resolved in version 3.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@remy remy added the bug confirmed bug label Jul 9, 2023
@remy
Copy link
Owner

remy commented Jul 9, 2023

Fix is going up now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment