@scayle/storefront-nuxt
Version:
Nuxt integration for the SCAYLE Commerce Engine and Storefront API
8 lines (7 loc) • 357 B
TypeScript
/**
* This plugin expects a `storefront-cache` and `storefront-session` mount point to be provided.
* It will then mount a shop-specific storage mounts for each shop in the configuration.
* When a shop-specific mount is already provided, it will not be overridden.
*/
declare const _default: import("nitropack").NitroAppPlugin;
export default _default;