Skip to content

Commit

Permalink
Merge pull request #14 from imanghafoori1/patch-3
Browse files Browse the repository at this point in the history
Fix websocket issue
  • Loading branch information
PHPJunior authored Sep 21, 2021
2 parents acd3daf + e72c35e commit a9ab27a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"laravel-mix": "^6.0.6",
"laravel-mix-tailwind": "^0.1",
"postcss": "^8.1.14",
"pusher-js": "^7.0.3",
"pusher-js": "^4.3.1",
"resolve-url-loader": "^3.1",
"sass": "^1.32",
"sass-loader": "^8.0",
Expand Down
1 change: 1 addition & 0 deletions resources/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ window.Echo = new Echo({
wsHost: window.location.hostname,
wsPort: 6001,
wssPort: 6001,
enabledTransports: ['ws', 'wss'],
disableStats: true,
});

0 comments on commit a9ab27a

Please sign in to comment.