Hello,
my project is now failing build, because Nestjs is still not supporting ESM: https://github.com/nestjs/nest/pull/8736
Why was this closed and limited?
I will have to migrate away, since I won't be able to keep up with API changes in my project. This issue should not be closed.
GitHub
PR Checklist
Please check if your PR fulfills the following requirements:
The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
Tests for the chan...