Skip to content

Instantly share code, notes, and snippets.

@MicroCBer
Created March 19, 2023 07:11
Show Gist options
  • Save MicroCBer/bd770ff79218ca13c2523e493e5cb4d0 to your computer and use it in GitHub Desktop.
Save MicroCBer/bd770ff79218ca13c2523e493e5cb4d0 to your computer and use it in GitHub Desktop.
Start a typescript server with esbuild-register with pm2
pm2 start server.ts --interpreter="node" --node-args="-r esbuild-register"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment