Skip to content
GitLab
菜单
项目
Groups
代码片段
帮助
项目
Groups
代码片段
正在加载...
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
为 GitLab 提交贡献
登录
切换导航
菜单
打开侧边栏
steedos
steedos-platform
提交
0f5fecdb
提交
0f5fecdb
编辑于
3年前
作者:
github-actions
浏览文件
操作
下载
电子邮件补丁
差异文件
upgrade template @2.1.86
上级
d78f67a6
变更
2
Hide whitespace changes
Inline
Side-by-side
显示
2 个更改的文件
packages/create-steedos-app/templates/default/_package.json
+1
-1
packages/create-steedos-app/templates/default/_package.json
packages/create-steedos-app/templates/default/moleculer.config.js
+2
-1
.../create-steedos-app/templates/default/moleculer.config.js
有
3 个添加
和
2 个删除
+3
-2
packages/create-steedos-app/templates/default/_package.json
浏览文件 @
0f5fecdb
{
"name"
:
"@steedos/steedos-project-template"
,
"version"
:
"2.1.
85
"
,
"version"
:
"2.1.
61
"
,
"private"
:
false
,
"repository"
:
"https://github.com/steedos/steedos-project-template.git"
,
"description"
:
""
,
...
...
This diff is collapsed.
Click to expand it.
packages/create-steedos-app/templates/default/moleculer.config.js
浏览文件 @
0f5fecdb
...
...
@@ -263,5 +263,6 @@ module.exports = {
// Called after broker stopped.
async
stopped
(
broker
)
{
}
},
skipProcessEventRegistration
:
true
};
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
项目
Groups
代码片段
帮助