feat(Deploy): add info dispatch for proxy check initiation
This commit is contained in:
@@ -72,6 +72,7 @@
|
|||||||
@script
|
@script
|
||||||
<script>
|
<script>
|
||||||
$wire.$on('checkProxyEvent', () => {
|
$wire.$on('checkProxyEvent', () => {
|
||||||
|
$wire.$dispatch('info', 'Checking proxy.');
|
||||||
$wire.$call('checkProxy');
|
$wire.$call('checkProxy');
|
||||||
});
|
});
|
||||||
$wire.$on('restartEvent', () => {
|
$wire.$on('restartEvent', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user