参考: https://github.com/nestjs/nest-cli/issues/1136#issuecomment-823145467
This feature works as expected. watchAssets will automatically propagate changes to the dist folder, but it won’t reload your application.
他の ts ファイルのように、npm run start:dev が再度走るわけではない。
dist に変更が反映されるだけ。見た目で分かりづらいので注意。