setup test event

This commit is contained in:
Andras Bacsai
2023-12-06 10:25:23 +01:00
parent e2578a7dd0
commit 7e4947ba07
4 changed files with 23 additions and 15 deletions

View File

@@ -45,6 +45,7 @@
<x-version class="fixed left-2 bottom-1" />
<script>
@auth
window.Pusher = Pusher;
window.Echo = new Echo({
broadcaster: 'pusher',
@@ -59,6 +60,7 @@
enableLogging: true,
enabledTransports: ['ws', 'wss'],
});
@endauth
let checkHealthInterval = null;
let checkIfIamDeadInterval = null;