Files
warframe-center/app/ecosystem.config.js
Anatoly 72a395e813
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
Specified port
2022-03-22 16:21:58 +03:00

8 lines
121 B
JavaScript

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