feat: add QueryRouterServer

This commit is contained in:
2024-10-31 00:45:12 +08:00
parent 158b12d811
commit 52f5f58baf
5 changed files with 106 additions and 21 deletions

View File

@@ -11,11 +11,6 @@ export { Server, handleServer } from './server/index.ts';
*/
export { CustomError } from './result/error.ts';
/**
* 返回结果
*/
export { Result } from './result/index.ts';
export { Rule, Schema, createSchema } from './validator/index.ts';
export { App } from './app.ts';