-
-
Notifications
You must be signed in to change notification settings - Fork 125
Can we have hot reload? #57
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Hi.
First of all, thanks a lot for this template. It's excellent to have it.
Would it be possible to add a hot reload to it? Would be great if its re-build and re-started automatically.
I tried few implementations, but they wouldn't work:
"dev:hot0": "nodemon --watch src --exec \"npm run dev\"","dev:hot1": "concurrently \"npm run build\" \"nodemon --watch src dist/start-bot.js\"",Both of them stuck after change event triggered. Any ideas what might be wrong?