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 46fa112 commit a57b3adCopy full SHA for a57b3ad
packages/server/tsup.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
fastify: 'src/adapter/fastify/index.ts',
9
elysia: 'src/adapter/elysia/index.ts',
10
nuxt: 'src/adapter/nuxt/index.ts',
11
- hono: 'src/adapter/hono/handler.ts',
+ hono: 'src/adapter/hono/index.ts',
12
},
13
outDir: 'dist',
14
splitting: false,
0 commit comments