pm2 ecosystem
This commit is contained in:
parent
e8de544ece
commit
b1b1917cd1
7
ecosystem.config.js
Normal file
7
ecosystem.config.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
'apps' : [{
|
||||
'name': 'Multiview',
|
||||
'script': './server.js',
|
||||
'watch': './server.js'
|
||||
}]
|
||||
};
|
Loading…
Reference in New Issue
Block a user