We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0e305 commit eb532eaCopy full SHA for eb532ea
src/Presets/bootstrap-stubs/bootstrap.js
@@ -25,6 +25,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
25
// window.Echo = new Echo({
26
// broadcaster: 'pusher',
27
// key: import.meta.env.VITE_PUSHER_APP_KEY,
28
+// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
29
// wsHost: import.meta.env.VITE_PUSHER_HOST ?? `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`,
30
// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80,
31
// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443,
0 commit comments