UNPKG

@intlayer/config

Version:

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

9 lines (8 loc) 282 B
//#region src/defaultValues/dictionary.ts const FILL = true; const LOCATION = "local"; const CONTENT_AUTO_TRANSFORMATION = false; const IMPORT_MODE = "static"; //#endregion export { CONTENT_AUTO_TRANSFORMATION, FILL, IMPORT_MODE, LOCATION }; //# sourceMappingURL=dictionary.mjs.map