Summary: Very mechanical migration. No syntactic changes, only moves and file name changes. Reviewed By: danielbuechele Differential Revision: D16665891 fbshipit-source-id: afb1f2418f55bf6c5370b8a2b1d2c35ac5986dc3
14 lines
356 B
TypeScript
14 lines
356 B
TypeScript
/**
|
|
* Copyright 2018-present Facebook.
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
* @format
|
|
*/
|
|
|
|
export default {
|
|
updateServer: 'https://www.facebook.com/fbflipper/public/latest.json',
|
|
bugReportButtonVisible: false,
|
|
showLogin: false,
|
|
showFlipperRating: false,
|
|
};
|