UNPKG

@intlayer/config

Version:

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

20 lines 736 B
//#region src/built.d.ts /** * @intlayer/config/built is a package that only returns the configuration file as a JSON object. * Using an external package allow to alias it in the bundle configuration (such as webpack). */ declare const internationalization: any; declare const dictionary: any; declare const routing: any; declare const content: any; declare const system: any; declare const editor: any; declare const log: any; declare const ai: any; declare const build: any; declare const compiler: any; declare const schemas: any; declare const plugins: any; //#endregion export { ai, build, compiler, content, dictionary, editor, internationalization, log, plugins, routing, schemas, system }; //# sourceMappingURL=built.d.ts.map