Files
otivm/ecosystem.config.cjs

15 lines
238 B
JavaScript

module.exports = {
apps: [
{
name: 'otivm',
script: 'serve',
args: 'dist -l 3000 -s',
cwd: '/home/otivm/OTIVM',
interpreter: 'none',
env: {
NODE_ENV: 'production',
},
},
],
}