Skip to content

Instantly share code, notes, and snippets.

@vulieumang
Created May 23, 2023 13:29
Show Gist options
  • Save vulieumang/9e294a9d80905a2888d9b34d6d8e9700 to your computer and use it in GitHub Desktop.
Save vulieumang/9e294a9d80905a2888d9b34d6d8e9700 to your computer and use it in GitHub Desktop.
sudo pm2 install typescript
sudo pm2 install @types/node
cd node_modules/.bin
pm2 install typescript
cd ..
cd ..
pm2 start src/server.ts --watch
https://github.com/Unitech/pm2/issues/3312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment