Skip to content

Commit

Permalink
fix(cloudflare-workers): export getConnInfo() (#2906)
Browse files Browse the repository at this point in the history
* fix(cloudflare-workers): export getConnInfo()

* format
  • Loading branch information
ryuapp authored Jun 5, 2024
1 parent 96196ab commit 0d851b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/cloudflare-workers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@

export { serveStatic } from './serve-static-module'
export { upgradeWebSocket } from './websocket'
export { getConnInfo } from './conninfo'

0 comments on commit 0d851b6

Please sign in to comment.