forked from datawhale/whale-town-end
chore:更新项目配置
- 更新pnpm工作区配置 - 完善后端开发规范文档
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
*
|
*
|
||||||
* @author 开发者姓名
|
* @author 开发者姓名
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @since 2024-12-13
|
* @since 2025-12-13
|
||||||
*/
|
*/
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -595,7 +595,7 @@ async createPlayer(email: string, nickname: string): Promise<Player> {
|
|||||||
*
|
*
|
||||||
* @author 开发团队
|
* @author 开发团队
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @since 2024-12-13
|
* @since 2025-12-13
|
||||||
*/
|
*/
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class PlazaService {
|
export class PlazaService {
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
ignoredBuiltDependencies:
|
ignoredBuiltDependencies:
|
||||||
- '@nestjs/core'
|
- '@nestjs/core'
|
||||||
|
- bcrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user