pm2 file and redirect fix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
7
app/ecosystem.config.js
Normal file
7
app/ecosystem.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
apps: [{
|
||||
name: 'warframe-center-app',
|
||||
script: 'npm run start',
|
||||
watch: false
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user