import store from './store'; import Vue from 'vue'; import ActionCableVue from 'actioncable-vue'; Vue.use(ActionCableVue, { debug: true, debugLevel: 'all', connectionUrl: process.env.WEBSOCKET_HOST, connectImmediately: true, store });