updated watch dirs in ecosystem.json
This commit is contained in:
parent
013144a7e8
commit
e6e14f558e
@ -2,9 +2,9 @@
|
||||
"apps" : [{
|
||||
"name" : "tellform",
|
||||
"script" : "/usr/local/bin/grunt",
|
||||
"instances" : "0",
|
||||
"instances" : "max",
|
||||
"exec_mode" : "cluster",
|
||||
"watch": ["app", "public"],
|
||||
"watch": ["app", "public/modules/"]
|
||||
}],
|
||||
"deploy" : {
|
||||
"stage" : {
|
||||
|
||||
@ -48,7 +48,7 @@ if (process.env.NODE_ENV === 'secure') {
|
||||
console.log('--');
|
||||
|
||||
process.on('uncaughtException', function (err) {
|
||||
console.error((new Date).toUTCString() + ' uncaughtException:', err.message)
|
||||
console.error((new Date).toUTCString() + ' uncaughtException:', err.message);
|
||||
console.error(err.stack);
|
||||
process.exit(1)
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user