SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
544 B · 10 lines typescript
Raw Blame History
1import type { ConnectorMeta } from '@rareindex/connectors';2import { MarketPinnedShopifyConnector } from '../_g3-shops-na-lib/shopify-market.js';34/**5 * Hobbiesville — Shopify storefront read through the shared Shopify adapter, pinned to the shop's home market6 * (localization cookie) so Shopify Markets never geo-converts prices. All source-specific knowledge lives in7 * meta.json (collections → taxonomy mapping, rules, exclusions, currency, market).8 */9export default (meta: ConnectorMeta) => new MarketPinnedShopifyConnector(meta);10