@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
11 lines • 515 B
TypeScript
//#region src/defaultValues/content.d.ts
declare const FILE_EXTENSIONS: string[];
declare const EXCLUDED_PATHS: string[];
declare const CONTENT_DIR: string[];
declare const CODE_DIR: string[];
declare const I18NEXT_DICTIONARIES_DIR = "i18next_resources";
declare const REACT_INTL_MESSAGES_DIR = "intl_messages";
declare const WATCH = true;
//#endregion
export { CODE_DIR, CONTENT_DIR, EXCLUDED_PATHS, FILE_EXTENSIONS, I18NEXT_DICTIONARIES_DIR, REACT_INTL_MESSAGES_DIR, WATCH };
//# sourceMappingURL=content.d.ts.map