cleaner dev experience refactor

This commit is contained in:
Boki 2025-06-22 07:31:00 -04:00
parent 8b17f98845
commit 742e590382
7 changed files with 407 additions and 17 deletions

View file

@ -85,7 +85,7 @@ async function initializeServices() {
logger.debug('Initializing data handlers with new DI pattern...');
// Auto-register all handlers
initializeAllHandlers(services);
await initializeAllHandlers(services);
logger.info('Data handlers initialized with new DI pattern');