I have a project in nestJs, but I do a simple change that add a console.log('') and not start.
For start project I use:
yarn start:dev
But project stay in:
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] PassportModule dependencies initialized +0ms
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] CommonModule dependencies initialized +1ms
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] JwtModule dependencies initialized +1ms
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] EmailModule dependencies initialized +1ms
[Nest] 1772 - 23/03/2023, 7:55:13 LOG [InstanceLoader] ConfigModule dependencies initialized +1ms