Skip to content

Commit a57b3ad

Browse files
committed
fix
1 parent 46fa112 commit a57b3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
fastify: 'src/adapter/fastify/index.ts',
99
elysia: 'src/adapter/elysia/index.ts',
1010
nuxt: 'src/adapter/nuxt/index.ts',
11-
hono: 'src/adapter/hono/handler.ts',
11+
hono: 'src/adapter/hono/index.ts',
1212
},
1313
outDir: 'dist',
1414
splitting: false,

0 commit comments

Comments
 (0)