Reviewed By: passy, lblasa Differential Revision: D50223987 fbshipit-source-id: 108e1753b555c7d7b32d3fc2408c2f8efcbadb4d
12 lines
279 B
TypeScript
12 lines
279 B
TypeScript
/**
|
|
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*
|
|
* @format
|
|
*/
|
|
|
|
export const isFBBuild: boolean = false;
|
|
export const GRAPH_SECRET = '';
|