UNPKG

@intlayer/config

Version:

Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.

17 lines (16 loc) 882 B
//#region src/defaultValues/system.ts const MAIN_DIR = ".intlayer/main"; const DICTIONARIES_DIR = ".intlayer/dictionary"; const MASKS_DIR = ".intlayer/mask"; const REMOTE_DICTIONARIES_DIR = ".intlayer/remote_dictionary"; const UNMERGED_DICTIONARIES_DIR = ".intlayer/unmerged_dictionary"; const DYNAMIC_DICTIONARIES_DIR = ".intlayer/dynamic_dictionary"; const FETCH_DICTIONARIES_DIR = ".intlayer/fetch_dictionary"; const TYPES_DIR = ".intlayer/types"; const MODULE_AUGMENTATION_DIR = ".intlayer/types"; const CONFIG_DIR = ".intlayer/config"; const CACHE_DIR = ".intlayer/cache"; const TEMP_DIR = ".intlayer/tmp"; //#endregion export { CACHE_DIR, CONFIG_DIR, DICTIONARIES_DIR, DYNAMIC_DICTIONARIES_DIR, FETCH_DICTIONARIES_DIR, MAIN_DIR, MASKS_DIR, MODULE_AUGMENTATION_DIR, REMOTE_DICTIONARIES_DIR, TEMP_DIR, TYPES_DIR, UNMERGED_DICTIONARIES_DIR }; //# sourceMappingURL=system.mjs.map