@scayle/storefront-nuxt
Version:
Nuxt integration for the SCAYLE Commerce Engine and Storefront API
13 lines (12 loc) • 490 B
TypeScript
/**
* Nitro plugin to mount an [unstorage](https://unstorage.unjs.io/) storage.
*
* This plugin mounts the necessary storage instances based on the
* provided configuration for cache and session storage.
* It iterates through the shops and mounts their individual storage as well.
*
* @see https://nitro.build/guide/configuration#runtime-configuration
* @see https://nitro.build/guide/plugins
*/
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;