Compare commits

..

No commits in common. "52d25341dea2ead1f2199b8ff034b6973fc26d25" and "71d6639ebd7fa850707425c446f9d54c35887f36" have entirely different histories.

2 changed files with 0 additions and 26 deletions

View File

@ -1,13 +0,0 @@
module.exports = {
apps: [
{
name: 'qcast-front-production',
script: 'node_modules/next/dist/bin/next',
instances: 1,
exec_mode: 'fork',
env: {
PORT: 5000,
},
},
],
}

View File

@ -1,13 +0,0 @@
module.exports = {
apps: [
{
name: 'qcast-front-production',
script: 'node_modules/next/dist/bin/next',
instances: 1,
exec_mode: 'fork',
env: {
PORT: 5001,
},
},
],
}