@scayle/storefront-nuxt
Version:
Nuxt integration for the SCAYLE Commerce Engine and Storefront API
15 lines (14 loc) • 418 B
TypeScript
/**
* Nitro plugin to cache the runtime config.
*
* Caches the runtime config at startup to avoid reading it for every request.
*
* @see https://nitro.build/guide/configuration#runtime-configuration
* @see https://nitro.build/guide/plugins
*
* @param nitroApp The nitro app instance.
*
* @returns Nitro plugin function
*/
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;