更新依赖项,添加 Connect 和 QueryConnect 类,重构导出结构

This commit is contained in:
xiongxiao
2026-01-15 21:21:35 +08:00
parent 2c57435a81
commit 309446c864
7 changed files with 70 additions and 255 deletions

View File

@@ -6,10 +6,10 @@ export { createSchema } from './validator/index.ts';
export type { RouteContext, RouteOpts } from './route.ts';
export type { Run } from './route.ts';
export type { Run, Skill } from './route.ts';
export { createSkill } from './route.ts';
export { CustomError } from './result/error.ts';
export * from './server/parse-body.ts';
export * from './router-define.ts';