fix(strcuture): refactor responsibilities

This commit is contained in:
2025-05-19 17:28:05 +00:00
parent 8fb67922a5
commit 465148d553
62 changed files with 1414 additions and 2066 deletions

9
ts/routing/index.ts Normal file
View File

@ -0,0 +1,9 @@
/**
* Routing functionality module
*/
// Export types and models from HttpProxy
export * from '../proxies/http-proxy/models/http-types.js';
// Export router functionality
export * from './router/index.js';