UNPKG

@thunderstorefront/api-mock

Version:

Create Nuxt extendable layer with this GitHub template.

8 lines (6 loc) 249 B
import { mockStoreConfig } from '../mocks'; import type { StoreConfig } from '@thunderstorefront/types'; export const stores: StoreConfig[] = [ mockStoreConfig('usd', 'en_US', 'demo_store_1'), mockStoreConfig('eur', 'en_DE', 'demo_store_2') ];