From c14a49a88ee07f24ee56dd6b0b04f00cdb4c8b39 Mon Sep 17 00:00:00 2001 From: moyin <244344649@qq.com> Date: Wed, 17 Dec 2025 14:40:00 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E6=9B=B4=E6=96=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新pnpm工作区配置 - 完善后端开发规范文档 --- docs/backend_development_guide.md | 4 ++-- pnpm-workspace.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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