pm2 file and redirect fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-19 03:11:52 +03:00
parent e733ca9cc3
commit 12a482324c
4 changed files with 41 additions and 8 deletions

7
app/ecosystem.config.js Normal file
View File

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