add websocket to exports

This commit is contained in:
andrewheadricke 2025-10-30 10:48:01 +11:00
parent a4ccd3692a
commit 3538ccc690
2 changed files with 3 additions and 1 deletions

View file

@ -58,7 +58,7 @@
<!-- actions -->
<div class="border bg-gray-50 rounded shadow">
<div class="p-3 space-x-1">
<div class="p-3 space-x-1 space-y-1">
<button @click="getSelfInfo" class="border border-gray-500 px-2 bg-gray-100 hover:bg-gray-200 rounded">
AppStart
</button>