first commit

This commit is contained in:
MCHost
2025-06-23 22:59:27 -04:00
commit b7c2fa6d19
18 changed files with 7675 additions and 0 deletions

8
ecosystem.config.js Normal file
View File

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