Skip to content

Commit 1c6816e

Browse files
committed
fix: changed pusher-js to worker mode
1 parent 0a98e09 commit 1c6816e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/plugin.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Echo from 'laravel-echo'
2-
import Pusher from 'pusher-js'
2+
import Pusher from 'pusher-js/worker'
33
import type { Channel, Options, ChannelAuthorizationCallback } from 'pusher-js'
44
import type { ChannelAuthorizationData } from 'pusher-js/types/src/core/auth/options'
55
import { createConsola, type ConsolaInstance } from 'consola'

0 commit comments

Comments
 (0)