Skip to content

Commit

Permalink
Remove echo specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
mintopia committed Jun 18, 2024
1 parent fb60b17 commit c549928
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
8 changes: 0 additions & 8 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,3 @@ window.Echo = new Echo({
forceTLS: window.pusherConfig.scheme === 'https',
enabledTransports: ['ws', 'wss'],
});

/**
* Echo exposes an expressive API for subscribing to channels and listening
* for events that are broadcast by Laravel. Echo and event broadcasting
* allow your team to quickly build robust real-time web applications.
*/

import './echo';
14 changes: 0 additions & 14 deletions resources/js/echo.js

This file was deleted.

0 comments on commit c549928

Please sign in to comment.