Skip to content

Commit

Permalink
Merge branch 'main' into next_message_deeper_into_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 4, 2024
2 parents a315b87 + 39dce4a commit 919634d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ window.Pusher = Pusher;

window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';

console.log(import.meta.env);
if (import.meta.env.VITE_BROADCAST_CONNECTION === 'pusher') {
window.Echo = new Echo({
broadcaster: 'pusher',
Expand Down

0 comments on commit 919634d

Please sign in to comment.