fix(web): export websocket

This commit is contained in:
alina 🌸 2024-03-05 17:36:40 +03:00
parent 288d6ce7c7
commit d64aa478cc
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -2,5 +2,6 @@ export * from './client.js'
export * from './crypto.js'
export * from './idb/index.js'
export * from './platform.js'
export * from './websocket.js'
export * from './worker.js'
export * from '@mtcute/core'