5 lines
202 B
JavaScript
Executable File
5 lines
202 B
JavaScript
Executable File
// 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');
|