Introduction
Introduction Statistics Contact Development Disclaimer Help
run server using forever - seedlinux - Torrent indexing tool opensource torrent…
Log
Files
Refs
README
---
commit 43d1d1c14f50493e6796d4f4f92b417aea9ebecd
parent 15bb8e362618888368068cfc79513cc128673cd0
Author: Jay Scott <[email protected]>
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(-)
---
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
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"
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.