diff --git a/api/index.ts b/api/index.ts deleted file mode 100644 index 3e74a47a..00000000 --- a/api/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { handle } from '@hono/node-server/vercel' -import app from '../dist/server.js' - -export default handle(app) diff --git a/bun.lockb b/bun.lockb index b404c815..c7b848a1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1f0b6cd6..c2d80f53 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "commit-msg": "bun run commitlint --edit $1" }, "dependencies": { - "@hono/node-server": "^1.13.1", "@hono/zod-openapi": "^0.16.2", "@hono/zod-validator": "^0.3.0", "@scalar/hono-api-reference": "^0.5.149",