cleaner dev experience refactor
This commit is contained in:
parent
8b17f98845
commit
742e590382
7 changed files with 407 additions and 17 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue