mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
Add open in browser functionality (#643)
This commit is contained in:
parent
432bdffb22
commit
1a6f2fc51c
5 changed files with 30 additions and 2 deletions
|
@ -542,7 +542,6 @@ function execute(port) {
|
|||
});
|
||||
|
||||
app.listen(port);
|
||||
console.log('Open http://localhost:' + port + '/');
|
||||
}
|
||||
|
||||
module.exports = execute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue