feat: move dashboard to apps/ so we can share ws proto
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export {
|
||||
JsonRpcGatewayClient,
|
||||
type ConnectionState,
|
||||
type GatewayClientOptions,
|
||||
type GatewayEvent,
|
||||
type GatewayEventName,
|
||||
type GatewayRequestId,
|
||||
type JsonRpcFrame,
|
||||
type WebSocketLike
|
||||
} from './json-rpc-gateway'
|
||||
Reference in New Issue
Block a user