fix: case sensitivity paths

This commit is contained in:
Ahmed Bouhuolia
2025-10-18 19:04:29 +02:00
parent 3f49d82dbe
commit e686fba695
32 changed files with 63 additions and 68 deletions

View File

@@ -18,7 +18,7 @@ import { PassportModule } from '@nestjs/passport';
import { ClsModule, ClsService } from 'nestjs-cls';
import { AppController } from './App.controller';
import { AppService } from './App.service';
import { ItemsModule } from '../Items/items.module';
import { ItemsModule } from '../Items/Items.module';
import { config } from '../../common/config';
import { SystemDatabaseModule } from '../System/SystemDB/SystemDB.module';
import { SystemModelsModule } from '../System/SystemModels/SystemModels.module';