Skip to content

Commit eb532ea

Browse files
authored
Update bootstrap.js (#256)
1 parent 3d0e305 commit eb532ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Presets/bootstrap-stubs/bootstrap.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
2525
// window.Echo = new Echo({
2626
// broadcaster: 'pusher',
2727
// key: import.meta.env.VITE_PUSHER_APP_KEY,
28+
// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
2829
// wsHost: import.meta.env.VITE_PUSHER_HOST ?? `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`,
2930
// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80,
3031
// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443,

0 commit comments

Comments
 (0)