run server using forever - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 43d1d1c14f50493e6796d4f4f92b417aea9ebecd
 (DIR) parent 15bb8e362618888368068cfc79513cc128673cd0
 (HTM) Author: Jay Scott <me@jay.scot>
       Date:   Mon,  3 Jul 2017 14:49:57 +0100
       
       run server using forever
       
       Diffstat:
         A Procfile                            |       2 ++
         M package.json                        |       1 +
       
       2 files changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/Procfile b/Procfile
       @@ -0,0 +1 @@
       +web: web: ./node_modules/.bin/forever -m 5 ./bin/www
       +\ No newline at end of file
 (DIR) diff --git a/package.json b/package.json
       @@ -3,6 +3,7 @@
          "version": "0.0.2",
          "private": true,
          "scripts": {
       +    "preinstall": "npm install forever",
            "lint": "eslint **/*.js",
            "test": "mocha 'tests/*.spec.js'",
            "start": "DEBUG=seedlinux:* node ./bin/www"