mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
rework removing providers filters, and clean up project a little
Also wraps in pm2, and introduces linting, and dev watch
This commit is contained in:
14
src/node/addon/ecosystem.config.cjs
Normal file
14
src/node/addon/ecosystem.config.cjs
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "torrentio-selfhostio",
|
||||
script: "npm start",
|
||||
cwd: "/app",
|
||||
watch: ["./dist/index.cjs"],
|
||||
autorestart: true,
|
||||
env: {
|
||||
...process.env
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user