Skip to content

Commit

Permalink
Update bootstrap.js (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
antimech authored Nov 23, 2023
1 parent 3d0e305 commit eb532ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Presets/bootstrap-stubs/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
// window.Echo = new Echo({
// broadcaster: 'pusher',
// key: import.meta.env.VITE_PUSHER_APP_KEY,
// cluster: import.meta.env.VITE_PUSHER_APP_CLUSTER ?? 'mt1',
// wsHost: import.meta.env.VITE_PUSHER_HOST ?? `ws-${import.meta.env.VITE_PUSHER_APP_CLUSTER}.pusher.com`,
// wsPort: import.meta.env.VITE_PUSHER_PORT ?? 80,
// wssPort: import.meta.env.VITE_PUSHER_PORT ?? 443,
Expand Down

0 comments on commit eb532ea

Please sign in to comment.