Skip to content

Instantly share code, notes, and snippets.

@voidnerd
Created September 14, 2021 09:31
Show Gist options
  • Save voidnerd/2b38f3e5c878708b253adb9d67d7a4e1 to your computer and use it in GitHub Desktop.
Save voidnerd/2b38f3e5c878708b253adb9d67d7a4e1 to your computer and use it in GitHub Desktop.
module.exports = {
apps: [
{
name: 'nuxtapp',
exec_mode: 'cluster',
instances: 'max', // Or a number of instances
script: './node_modules/nuxt/bin/nuxt.js',
args: 'start',
watch: '.',
watch_delay: 3000,
ignore_watch: ['node_modules'],
},
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment