mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
* Update ESLint config and lock prettier config * Refine ESLint config and fix lint issues * Apply eslint fixes * Use socketIo alias (#782) * move gesture handler * save wip updates * fix svg imports * update tsconfig * eslint updates * eslint fixes * improve ignore folders * coderabbit feedback * Fix style prop shorthands (#787) * Expand view style props * Expand remaining style props * update types * fix pipeline * fix test env check * nicer casting * fix booleans * update deeplink url handling and make it more robust * add socket error handler
13 lines
634 B
JavaScript
13 lines
634 B
JavaScript
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
|
|
|
|
export const IS_TEST_BUILD = false;
|
|
export const GOOGLE_SIGNIN_ANDROID_CLIENT_ID = 'mock-google-client-id';
|
|
export const GOOGLE_SIGNIN_WEB_CLIENT_ID = 'mock-google-web-client-id';
|
|
export const SENTRY_DSN = 'mock-sentry-dsn';
|
|
export const SEGMENT_KEY = 'mock-segment-key';
|
|
export const ENABLE_DEBUG_LOGS = false;
|
|
export const DEFAULT_PNUMBER = undefined;
|
|
export const DEFAULT_DOB = undefined;
|
|
export const DEFAULT_DOE = undefined;
|
|
export const MIXPANEL_NFC_PROJECT_TOKEN = undefined;
|