removed migration files
This commit is contained in:
parent
80c1dcb6cb
commit
9a5e87ef4a
16 changed files with 257 additions and 207 deletions
|
|
@ -71,10 +71,6 @@ async function initializeServices() {
|
|||
// Setup service-specific configuration
|
||||
const serviceContainer = setupServiceContainer(config, container.resolve('serviceContainer'));
|
||||
|
||||
// Initialize migration helper for backward compatibility
|
||||
const { setContainerForMigration } = await import('./migration-helper');
|
||||
setContainerForMigration(serviceContainer);
|
||||
logger.info('Migration helper initialized for backward compatibility');
|
||||
|
||||
// Create app with routes
|
||||
app = new Hono();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue