mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
chore: add another react pages examples
This commit is contained in:
parent
ea37e54477
commit
9dc4cc2ff4
10 changed files with 63 additions and 19 deletions
|
@ -50,7 +50,7 @@ module.exports = async function start(siteDir, cliOptions = {}) {
|
|||
}
|
||||
|
||||
const port = await getPort(cliOptions.port);
|
||||
const hotPort = await getPort(5555);
|
||||
const hotPort = await getPort(port + 1);
|
||||
const {baseUrl} = props;
|
||||
|
||||
// create compiler from generated webpack config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue