Skip to content

Commit

Permalink
config for heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
atabel committed Nov 3, 2016
1 parent 5c839b9 commit a32ea9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web node index.js
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"main": "index.js",
"author": "[email protected]",
"license": "MIT",
"engines": {
"node": ">=6.0"
},
"scripts": {
"start": "pm2 start index.js --watch"
},
Expand Down

0 comments on commit a32ea9e

Please sign in to comment.