UNPKG

@scayle/storefront-nuxt

Version:

Nuxt integration for the SCAYLE Commerce Engine and Storefront API

10 lines (9 loc) 234 B
/** * Nitro plugin to set the `x-powered-by` header. * * @see https://nitro.build/guide/plugins * * @param nitroApp The nitro app instance. */ declare const _default: import("nitropack").NitroAppPlugin; export default _default;