You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module.exports = { |
|
apps: [ |
|
{ |
|
name: 'api', |
|
script: './dist/main.js', |
|
node_args: '-r dotenv/config', |
|
watch: false, |
|
ignore_watch: ['taskme', 'node_modules', '.git', '.husky', 'nginx', 'documentation'], |
|
}, |
|
], |
|
}
|
|
|