This commit is contained in:
2026-01-13 13:28:17 +08:00
parent 5dcc678ad4
commit 03f24318d2
7 changed files with 15 additions and 154 deletions

View File

@@ -20,7 +20,7 @@ export { App } from './app.ts';
export * from './router-define.ts';
export {
export type {
RouterReq,
RouterRes,
OnWebSocketFn,
@@ -31,4 +31,6 @@ export {
WebSocketListenerFun,
HttpListenerFun,
OnListener,
} from './server/server-type.ts';
} from './server/server-type.ts';
export { loadTS } from './auto/load-ts.ts';