260318:0931 Fix UUID and UTF
Build and Deploy / deploy (push) Failing after 9m41s

This commit is contained in:
admin
2026-03-18 09:31:49 +07:00
parent 3abef2c745
commit 56def2d323
21 changed files with 459 additions and 151 deletions
@@ -37,6 +37,7 @@ import { DrawingMasterDataController } from './drawing-master-data.controller';
// Modules
import { FileStorageModule } from '../../common/file-storage/file-storage.module';
import { UserModule } from '../user/user.module';
import { ProjectModule } from '../project/project.module';
@Module({
imports: [
@@ -62,6 +63,7 @@ import { UserModule } from '../user/user.module';
]),
FileStorageModule,
UserModule,
ProjectModule,
],
providers: [
ShopDrawingService,