docs: APM 监控部分

This commit is contained in:
杭城小刘
2020-04-06 22:35:27 +08:00
parent fb73c0acf4
commit 32d90b27fc
34 changed files with 2702 additions and 126 deletions

View File

@@ -45,7 +45,7 @@
2. 安装所需依赖。`npm install --save-dev @commitlint/config-conventional @commitlint/cli husky`
3. 在工程根目录下新建配置文件,名称为 `commitlint.config.js`
4. 在 commitlint.config.js 中添加配置信息
```shell
```javascript
const types = [
'build',
'ci',