Skip to content

Instantly share code, notes, and snippets.

@geongeorge
Last active June 8, 2020 08:35
Show Gist options
  • Save geongeorge/b80b2365a325d087c92cd945022b7613 to your computer and use it in GitHub Desktop.
Save geongeorge/b80b2365a325d087c92cd945022b7613 to your computer and use it in GitHub Desktop.
npm start nuxt ihateregex pm2

Do this after build command. Just in case I forget :)

Main

pm2 start npm --name "ihateregex" -- run "start"

Dev

pm2 start npm --name "ihateregex-dev" -- run "start:dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment