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%
354 B · 8 lines typescript
Raw Blame History
1import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors';23/**4 * Stanley Gibbons online shop (shop.stanleygibbons.com) — Shopify storefront read through the shared5 * adapter; collections → taxonomy mapping, currency and seller live in meta.json.6 */7export default (meta: ConnectorMeta) => new ShopifyStoreConnector(meta);8