Add LiveReload (#663)

This commit is contained in:
Amy Lam 2018-05-17 16:17:56 -07:00 committed by Joel Marcey
parent fed67dcee4
commit f9a09072e3
8 changed files with 279 additions and 9 deletions

10
lib/core/constants.js Normal file
View 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,
};