UNPKG

@intlayer/config

Version:

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

14 lines (12 loc) 439 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); //#region src/defaultValues/dictionary.ts const FILL = true; const LOCATION = "local"; const CONTENT_AUTO_TRANSFORMATION = false; const IMPORT_MODE = "static"; //#endregion exports.CONTENT_AUTO_TRANSFORMATION = CONTENT_AUTO_TRANSFORMATION; exports.FILL = FILL; exports.IMPORT_MODE = IMPORT_MODE; exports.LOCATION = LOCATION; //# sourceMappingURL=dictionary.cjs.map