feat(ops-server): implement TypedRouter integration and modular handler classes

This commit is contained in:
Juergen Kunz
2025-06-08 07:04:35 +00:00
parent ab19130904
commit 61778bdba8
10 changed files with 1188 additions and 14 deletions

View File

@ -0,0 +1,5 @@
export * from './admin.handler.js';
export * from './config.handler.js';
export * from './logs.handler.js';
export * from './security.handler.js';
export * from './stats.handler.js';