mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 17:17:28 +02:00
Update server to provide message with full link
This commit is contained in:
parent
2b5de79a50
commit
b4e9a068ab
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ function execute(port) {
|
||||||
|
|
||||||
app.listen(port);
|
app.listen(port);
|
||||||
console.log("listening on port: " + port);
|
console.log("listening on port: " + port);
|
||||||
|
console.log("Open http://localhost:" + port + "/");
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = execute;
|
module.exports = execute;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue