Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 26, 2022
1 parent dc530df commit cbdcece
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/docusaurus/src/commands/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ export async function serve(
});
});

logger.success`Serving path=${buildDir} directory at: url=${
servingUrl + baseUrl
}`;
const url = servingUrl + baseUrl;
logger.success`Serving path=${buildDir} directory at: url=${url}`;
server.listen(port);

if (cliOptions.open) {
Expand Down

0 comments on commit cbdcece

Please sign in to comment.