pm2 ecosystem

This commit is contained in:
Martin Donnelly 2020-05-26 22:12:07 +01:00
parent e8de544ece
commit b1b1917cd1

7
ecosystem.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
'apps' : [{
'name': 'Multiview',
'script': './server.js',
'watch': './server.js'
}]
};