mirror of https://github.com/msgbyte/tailchat
fix(cli): v1.5.4 修复bench命令的计算问题和容错机制
parent
0c5e5c3cf4
commit
9b7499a23e
@ -1,3 +1,5 @@
|
||||
import brokerConfig from 'tailchat-server-sdk/dist/runner/moleculer.config';
|
||||
|
||||
export default brokerConfig;
|
||||
export default {
|
||||
...brokerConfig,
|
||||
};
|
||||
|
Loading…
Reference in New Issue