add the jackett backend alternate addon "jackettio"
This commit is contained in:
14
src/node/addon-jackett/ecosystem.config.cjs
Normal file
14
src/node/addon-jackett/ecosystem.config.cjs
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'stremio-jackett',
|
||||
script: 'npm start',
|
||||
cwd: '/app',
|
||||
watch: ['./dist/index.js'],
|
||||
autorestart: true,
|
||||
env: {
|
||||
...process.env,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user