When I try to start the API, it just hangs and the terminal stays stuck on this:
[11:10:36 PM] File change detected. Starting incremental compilation...[11:10:36 PM] Found 0 errors. Watching for file changes.
[11:10:36 PM] File change detected. Starting incremental compilation...[11:10:36 PM] Found 0 errors. Watching for file changes.
The app never actually boots up.
I already tried deleting node_modules, dist, pnpm-lock.yaml, etc., but nothing fixes it.
It seems like something introduced in 1.3.9 might have broken compatibility with NestJS. Is anyone else experiencing this? Or is there something I might be missing in the migration?