TypeScript 61.9%
HTML 37.2%
SQL 0.7%
1import { ShopifyStoreConnector, type ConnectorMeta } from '@rareindex/connectors';23/**4 * Crepslocker — 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