forked from datawhale/whale-town-end
chore:切换包管理器为pnpm(替换yarn)
This commit is contained in:
@@ -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 示例
|
||||
|
||||
Reference in New Issue
Block a user