loveAlakazam / tistory-blog-github-comment

Tistory blog comment store with utterances
0 stars 0 forks source link

369 #6

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

[Nestjs] Nest.js에 Nodemon 으로 실행하도록 하기

Nodemon은 npm이 실행한 상태에서 소스코드 변경하면 바로 변경한 코드를 실행시키도록 도와주는 패키지이다. 그런데 기본적으로 nestjs에는 nodemon이 탑재되어있지 않다. 그래서 계속 수정할때마다 기존에 실행한 프로세스를 종료하고 다시 새로운 프로세스를 실행시키도록 하는 것이 비효율적이기도하고 귀찮다. 1. nodem

https://ek12mv2.tistory.com/369

jokj624 commented 1 year ago

좋은 글 잘 보고 갑니다~ nest 에 hot-reload 라고 제공하고 있는데 비슷한것 같네요 ㅎㅎ