Skip to content

Commit

Permalink
Minor updates before branching
Browse files Browse the repository at this point in the history
  • Loading branch information
TheF1rstPancake committed Aug 8, 2016
1 parent a8fd88f commit b3cca22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
"url": "^0.11.0",
"webpack": "^1.13.1",
"wepay": "git://github.com/wepay/NodeJS-SDK.git",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.2",
"winston": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ var app_config = {
}
}

console.log("Lauching app with following config: ", app_config);

// create the express app and define what port this is open on
var app = new (express)();
var port = app_config.port;
Expand Down

0 comments on commit b3cca22

Please sign in to comment.