UNPKG

@intlayer/config

Version:

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

9 lines (8 loc) 350 B
//#region src/defaultValues/compiler.ts const COMPILER_ENABLED = true; const COMPILER_DICTIONARY_KEY_PREFIX = ""; const COMPILER_NO_METADATA = false; const COMPILER_SAVE_COMPONENTS = false; //#endregion export { COMPILER_DICTIONARY_KEY_PREFIX, COMPILER_ENABLED, COMPILER_NO_METADATA, COMPILER_SAVE_COMPONENTS }; //# sourceMappingURL=compiler.mjs.map