first commit
This commit is contained in:
8
ecosystem.config.js
Normal file
8
ecosystem.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'sftp-browser',
|
||||
script: './server.js',
|
||||
watch: [ 'server.js' ]
|
||||
}]
|
||||
};
|
Reference in New Issue
Block a user