wip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 36s

This commit is contained in:
2026-03-26 09:43:06 +03:00
parent 19a9f44d3a
commit ebd77b2d66

View File

@@ -110,6 +110,7 @@ export const useSocketsStore = defineStore('sockets', () => {
}
function connect() {
console.log({ url: url, token: authStore.getToken() })
postMessage(COMMAND.CONNECT, { url: url, token: authStore.getToken() })
}