监控:本地建立工具时的一些配置

This commit is contained in:
luying
2021-04-29 18:42:48 +08:00
parent a383dfc73f
commit c55be393a9
4 changed files with 76 additions and 1 deletions

View File

@@ -22,7 +22,8 @@
"clean": "ets clean",
"local": "cross-env EGG_SERVER_ENV=local npm run dev",
"isbn": "cross-env EGG_SERVER_ENV=isbn npm run dev",
"monitor": "cross-env EGG_SERVER_ENV=monitor npm run dev"
"monitor": "cross-env EGG_SERVER_ENV=monitor npm run dev",
"lylocal": "cross-env EGG_SERVER_ENV=lylocal npm run dev"
},
"dependencies": {
"cross-env": "^7.0.3",
@@ -32,6 +33,7 @@
"egg-cors": "^2.2.3",
"egg-scripts": "^2.6.0",
"egg-view-nunjucks": "^2.2.0",
"egg-xtransit": "^1.2.2",
"mongoose-transactions": "^1.1.4",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",