okay
This commit is contained in:
parent
aa9c3f0ec2
commit
623b796cae
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue