@o3r/core
Version:
Core of the Otter Framework
17 lines • 523 B
JavaScript
/* eslint-disable @typescript-eslint/naming-convention -- exception for `BuildTimeProperties` */
/**
* Library build time default properties
*/
export const DEFAULT_BUILD_PROPERTIES = {
DEBUG_MODE: true,
APP_BASE_HREF: '.',
APP_VERSION: '0.0.0',
DEFAULT_LOC_BUNDLE_NAME: '',
DEVTOOL_HISTORY_SIZE: 20,
ENABLE_GHOSTING: false,
ENABLE_WEBSTORAGE: true,
ENVIRONMENT: 'dev',
LOCALIZATION_BUNDLES_OUTPUT: 'localizations/',
USE_MOCKS: false
};
//# sourceMappingURL=build-properties.js.map