chore:切换包管理器为pnpm(替换yarn)

This commit is contained in:
moyin
2025-12-08 17:21:34 +08:00
parent e973da4efe
commit 5dc97532c6
4 changed files with 31 additions and 15 deletions

View File

@@ -158,7 +158,7 @@ export class PlayerService {
### 安装依赖
```bash
yarn add @nestjs/websockets @nestjs/platform-socket.io socket.io
pnpm add @nestjs/websockets @nestjs/platform-socket.io socket.io
```
### Gateway 示例
@@ -243,7 +243,7 @@ export class GameModule {}
### 安装依赖
```bash
yarn add class-validator class-transformer
pnpm add class-validator class-transformer
```
### DTO 示例