import type { ConnectorMeta } from '@rareindex/connectors'; import { MarketPinnedShopifyConnector } from '../_g3-shops-na-lib/shopify-market.js'; /** * Cardboard Memories — Shopify storefront read through the shared Shopify adapter, pinned to the shop's home market * (localization cookie) so Shopify Markets never geo-converts prices. All source-specific knowledge lives in * meta.json (collections → taxonomy mapping, rules, exclusions, currency, market). */ export default (meta: ConnectorMeta) => new MarketPinnedShopifyConnector(meta);