Files
warframe-center/app/ecosystem.config.js
Anatoly 12a482324c
All checks were successful
continuous-integration/drone/push Build is passing
pm2 file and redirect fix
2022-03-19 03:11:52 +03:00

8 lines
116 B
JavaScript

module.exports = {
apps: [{
name: 'warframe-center-app',
script: 'npm run start',
watch: false
}]
}