diff --git a/docs/backend_development_guide.md b/docs/backend_development_guide.md index f6aae34..e416a99 100644 --- a/docs/backend_development_guide.md +++ b/docs/backend_development_guide.md @@ -38,7 +38,7 @@ * * @author 开发者姓名 * @version 1.0.0 - * @since 2024-12-13 + * @since 2025-12-13 */ ``` @@ -595,7 +595,7 @@ async createPlayer(email: string, nickname: string): Promise { * * @author 开发团队 * @version 1.0.0 - * @since 2024-12-13 + * @since 2025-12-13 */ @Injectable() export class PlazaService { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b6ae0b9..a2a89b7 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,3 @@ ignoredBuiltDependencies: - '@nestjs/core' + - bcrypt