We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a95caa commit 28e7f23Copy full SHA for 28e7f23
src/index.ts
@@ -7,7 +7,6 @@
7
import { Context, Hono } from 'hono';
8
import { prettyJSON } from 'hono/pretty-json';
9
import { HTTPException } from 'hono/http-exception';
10
-import { upgradeWebSocket } from 'hono/cloudflare-workers';
11
// import { env } from 'hono/adapter' // Have to set this up for multi-environment deployment
12
13
import { completeHandler } from './handlers/completeHandler';
0 commit comments