TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1import type { ConnectorMeta } from '@rareindex/connectors';2import { MarketPinnedShopifyConnector } from '../_g3-shops-na-lib/shopify-market.js';34/**5 * Strangecat Toys — 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