Is there any boiler plate code to use pm2
with webpack
watch option for ts files auto hot reload?
pm2 start index.js
is helpful to run directly, but how to add multiple tasks before doing it like watch files and auto reload using webpack and pm2 from dist folders?