feat: boardcast error event

This commit is contained in:
Innei
2022-04-20 21:49:02 +08:00
parent 5689520ab9
commit 835295eb9f
3 changed files with 20 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
"start": "cross-env NODE_ENV=development nest start -w --path tsconfig.json",
"start:debug": "cross-env NODE_ENV=development nest start --debug --watch",
"start:cluster": "cross-env NODE_ENV=development nest start --watch -- --cluster",
"start:prod": "cross-env NODE_ENV=production node dist/main",
"start:prod": "cross-env NODE_ENV=production node dist/src/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"prod": "cross-env NODE_ENV=production pm2-runtime start ecosystem.config.js",
"prod:pm2": "cross-env NODE_ENV=production pm2 restart ecosystem.config.js",
@@ -184,4 +184,4 @@
"ioredis": "5.0.4",
"webpack": "5.72.0"
}
}
}