UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

11 lines (10 loc) 303 B
import {} from '@unchainedshop/core'; import { Store } from "./adapter.js"; export const StorePlugin = { key: 'shop.unchained.warehousing.store', label: 'Store Warehousing Plugin', version: '1.0.0', adapters: [Store], }; export default StorePlugin; export { Store } from "./adapter.js";