update: package file
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-01 11:47:27 +03:30
parent 97f78ad193
commit 4ebc5e2cf3
5 changed files with 72 additions and 848 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Logger } from "@nestjs/common";
import { hash } from "bcrypt";
import { hash } from "bcryptjs";
import { DataSource, DeepPartial } from "typeorm";
import { Role } from "../../src/modules/users/entities/role.entity";