UNPKG

@intlayer/config

Version:

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

12 lines (11 loc) 465 B
//#region src/defaultValues/routing.ts const HEADER_NAME = "x-intlayer-locale"; const COOKIE_NAME = "INTLAYER_LOCALE"; const LOCALE_STORAGE_NAME = "INTLAYER_LOCALE"; const BASE_PATH = ""; const SERVER_SET_COOKIE = "always"; const ROUTING_MODE = "prefix-no-default"; const STORAGE = ["cookie", "header"]; //#endregion export { BASE_PATH, COOKIE_NAME, HEADER_NAME, LOCALE_STORAGE_NAME, ROUTING_MODE, SERVER_SET_COOKIE, STORAGE }; //# sourceMappingURL=routing.mjs.map