Compare commits

..

No commits in common. "09e5b17fe4d516060148fb38421e3ade3305cfc8" and "112de1f7b4fcea1e81abeeb07037f84722caddd0" have entirely different histories.

View File

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