doc: update docs/linux-command.md

This commit is contained in:
jaywcjlove
2023-08-17 10:49:07 +08:00
parent d9e86b555f
commit 9ba0641cc7
4 changed files with 14 additions and 12 deletions

View File

@ -96,7 +96,8 @@ bootstrap()
│ ├── app.controller.ts # 单个路由的基本控制器
│ ├── app.service.ts # 具有单一方法的基本服务
│ └── main.ts # 应用程序的入口文件
# 它使用核心函数 NestFactory 来创建 Nest 应用程序的实例
# 它使用核心函数 NestFactory
# 来创建 Nest 应用程序的实例
└── test # 测试目录
├── app.e2e-spec.ts
└── jest-e2e.json