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%
352 B · 8 lines typescript
Raw Blame History
1import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors';23/**4 * Flagship Games — shopify storefront read through the shared shopify adapter.5 * All source-specific knowledge lives in meta.json (collections → taxonomy mapping, rules, currency).6 */7export default (meta: ConnectorMeta) => new ShopifyStoreConnector(meta);8