Answers for "pm2 typescript"

6

pm2 typescript

## Add the new typescript dependency in PM2:
pm2 install typescript

## Start app.ts in watch & restart:
pm2 start app.ts --watch
Posted by: Guest on January-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language