ispt4.0_laravel/node_modules/pusher-js/with-encryption/index.js
2024-04-17 11:58:01 +01:00

5 lines
202 B
JavaScript

// This is a wrapper to make importing the encrypted channel capable web build
// nicer
// import Pusher from 'pusher-js/with-encryption'
module.exports = require('../dist/web/pusher-with-encryption');