feat(Deploy): add info dispatch for proxy check initiation

This commit is contained in:
Andras Bacsai
2025-04-05 14:48:43 +02:00
parent 68c2c7fb81
commit 900b5ad4ef

View File

@@ -72,6 +72,7 @@
@script
<script>
$wire.$on('checkProxyEvent', () => {
$wire.$dispatch('info', 'Checking proxy.');
$wire.$call('checkProxy');
});
$wire.$on('restartEvent', () => {