react-redux-universal-hot-example icon indicating copy to clipboard operation
react-redux-universal-hot-example copied to clipboard

How to use forever to start the server

Open simran-k opened this issue 8 years ago • 0 comments

I have tried using this:

 "betterScripts": {
    "start-prod": {
      "command": "forever start ./bin/server.js",
      "env": {
        "NODE_PATH": "./src",
        "NODE_ENV": "production"
      }
    },

but I get npm run start-prod exited with code 0

simran-k avatar Feb 24 '17 12:02 simran-k