feat: refactor folder structure (#4498)
* feat: wip refactor folder structure * Fix * fix position --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -13,7 +13,7 @@ import { QueueWorkerModule } from 'src/queue-worker.module';
|
||||
|
||||
import { LoggerService } from './integrations/logger/logger.service';
|
||||
import { ExceptionHandlerService } from './integrations/exception-handler/exception-handler.service';
|
||||
import { filterException } from './filters/utils/global-exception-handler.util';
|
||||
import { filterException } from './engine/filters/utils/global-exception-handler.util';
|
||||
|
||||
async function bootstrap() {
|
||||
let exceptionHandlerService: ExceptionHandlerService | undefined;
|
||||
|
||||
Reference in New Issue
Block a user