This commit is contained in:
Martin Folkerts 2024-07-08 09:18:33 +02:00
parent aa9c3f0ec2
commit 623b796cae
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@
"dynamicImports": [
"resources/js/alpine.js"
],
"file": "assets/app-9eee9926.js",
"file": "assets/app-433c17dc.js",
"isEntry": true,
"src": "resources/js/app.js"
}

View file

@ -10,5 +10,5 @@ window.Echo = new Echo({
wsPort: import.meta.env.VITE_REVERB_PORT ?? 80,
wssPort: import.meta.env.VITE_REVERB_PORT ?? 443,
forceTLS: (import.meta.env.VITE_REVERB_SCHEME ?? 'https') === 'https',
enabledTransports: ['ws', 'wss'],
enabledTransports: ['ws'],//, 'wss'],
});