@intlayer/config
Version:
Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.
9 lines • 439 B
TypeScript
export declare const APPLICATION_URL = "";
export declare const EDITOR_URL = "http://localhost:8000";
export declare const CMS_URL = "https://intlayer.org";
export declare const PORT = 8000;
export declare const BACKEND_URL = "https://back.intlayer.org";
export declare const IS_ENABLED = true;
export declare const HOT_RELOAD = false;
export declare const DICTIONARY_PRIORITY_STRATEGY = "local_first";
//# sourceMappingURL=editor.d.ts.map