Skip to content

Commit

Permalink
fix: changed pusher-js to worker mode
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Jul 24, 2024
1 parent 0a98e09 commit 1c6816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Echo from 'laravel-echo'
import Pusher from 'pusher-js'
import Pusher from 'pusher-js/worker'
import type { Channel, Options, ChannelAuthorizationCallback } from 'pusher-js'
import type { ChannelAuthorizationData } from 'pusher-js/types/src/core/auth/options'
import { createConsola, type ConsolaInstance } from 'consola'
Expand Down

0 comments on commit 1c6816e

Please sign in to comment.