Skip to content

Commit

Permalink
server: highlight server url
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYSzys authored and ckotzbauer committed Sep 3, 2018
1 parent d8a97df commit 37da5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ http.createServer((req, res) => {
req.url = '/en'
}
mount(req, res, redirectToEnglishUrl(req, res))
}).listen(port, () => console.log(`http://localhost:${port}/en/`))
}).listen(port, () => console.log(`\x1B[32mServer running at http://localhost:${port}/en/\x1B[39m`))

// Start the initial build of static HTML pages
build.fullBuild()

0 comments on commit 37da5c2

Please sign in to comment.