@unchainedshop/plugins
Version:
Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters
11 lines (10 loc) • 435 B
JavaScript
import {} from '@unchainedshop/core';
import { PushNotificationWorkerPlugin as PushNotificationWorker } from "./adapter.js";
export const PushNotificationPlugin = {
key: 'shop.unchained.worker-plugin.push-notification',
label: 'Push Notification Worker Plugin',
version: '1.0.0',
adapters: [PushNotificationWorker],
};
export default PushNotificationPlugin;
export { PushNotificationWorkerPlugin } from "./adapter.js";