Update ecosystem.config.js
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 2m15s
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 2m15s
allow automatic naming of started process based on environment
This commit is contained in:
@@ -5,6 +5,7 @@ module.exports = {
|
||||
script: 'built/api/src/index.js',
|
||||
watch: ['.env', 'built'],
|
||||
ignore_watch: ['.gitignore', '\.json', 'src', '\.db', 'node_modules'],
|
||||
appendEnvToName: true,
|
||||
watch_options: {
|
||||
usePolling: true,
|
||||
interval: 10000
|
||||
|
||||
Reference in New Issue
Block a user