fixed ecosystem.config.js

This commit is contained in:
Martin Donnelly 2020-07-06 14:50:53 +01:00
parent 2b127452ac
commit 3e6528f00b

View File

@ -1,8 +1,8 @@
module.exports = {
'apps' : [{
'name': 'Menu Server',
'script': './server/server.js',
'watch': './server/server.js'
'script': './server.js',
'watch': './server.js'
}]
};