mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 01:27:35 +02:00
Add LiveReload (#663)
This commit is contained in:
parent
fed67dcee4
commit
f9a09072e3
8 changed files with 279 additions and 9 deletions
10
lib/core/constants.js
Normal file
10
lib/core/constants.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Copyright (c) 2017-present, Facebook, Inc.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
LIVE_RELOAD_PORT: 35729,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue