Improved developer workflow 🛠

This commit is contained in:
Marcus Noble
2017-10-08 15:28:37 +01:00
parent 08d0a56ac0
commit 04a5c1e38c
3 changed files with 7 additions and 2 deletions

2
app.js
View File

@@ -119,6 +119,6 @@ Metalsmith(__dirname)
if (err) throw err;
app.listen(port, function () {
console.log(`App listening on port ${port}`);
console.log(`App listening at http://localhost:${port}`);
});
});