@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
19 lines • 455 B
JavaScript
const APPLICATION_URL = "";
const EDITOR_URL = "http://localhost:8000";
const CMS_URL = "https://intlayer.org";
const PORT = 8e3;
const BACKEND_URL = "https://back.intlayer.org";
const IS_ENABLED = true;
const HOT_RELOAD = false;
const DICTIONARY_PRIORITY_STRATEGY = "local_first";
export {
APPLICATION_URL,
BACKEND_URL,
CMS_URL,
DICTIONARY_PRIORITY_STRATEGY,
EDITOR_URL,
HOT_RELOAD,
IS_ENABLED,
PORT
};
//# sourceMappingURL=editor.mjs.map