Skip to content

Commit 291203a

Browse files
committed
fix(server): add missing export for utils in standard adapter
1 parent 8d4a93c commit 291203a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/server/src/adapters/standard

packages/server/src/adapters/standard/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ export * from './rpc-codec'
44
export * from './rpc-handler'
55
export * from './rpc-matcher'
66
export * from './types'
7+
export * from './utils'

0 commit comments

Comments
 (0)