import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors'; /** * Games Portal — shopify storefront read through the shared shopify adapter. * All source-specific knowledge lives in meta.json (collections → taxonomy mapping, rules, currency). */ export default (meta: ConnectorMeta) => new ShopifyStoreConnector(meta);