Skip to content

Commit

Permalink
updated Procfile and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
walidwahed committed Nov 16, 2017
1 parent e4b6ba5 commit a33f645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node ./bin/www --ignore data/
web: node ./bin/www
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": "8.8.1"
},
"scripts": {
"start": "node ./bin/www --ignore data/",
"start": "node ./bin/www",
"seed": "node seed.js",
"test": "jasmine",
"cli": "node cli.js"
Expand Down

0 comments on commit a33f645

Please sign in to comment.