Closed phpjob closed 1 year ago
:wave: This is indeed a bug on our side, we're now tracking it internally.
Thanks for the report!
Just letting you know that the issue has been fixed. I tried your project again and it now re-compiles successfully and when reloading the preview it reflects the changes. I am going to close this issue but if there's still an issue you're running into, feel free to file a new ticket.
Wow, that was a quick fix. You deserved a subscription for that 👍 .
@jrvidal @d3lm Thank you very much, I can confirm that it also works in newly set up projects.
Describe the bug
If i running ->
npm run start:dev
to start the watch mode, it crashs, after i changed a file.Link to the blitz that caused the error
https://stackblitz.com/edit/nestjs-typescript-starter-68a5xs?file=src%2Fapp.controller.ts,src%2Fapp.service.ts&terminal=start
Steps to reproduce
app.service.ts
undersrc/
Expected behavior
Should not crash on a file change.
Screenshots
No response
Platform
Additional context
I run this with a fresh nestjs setup.