Skip to content

Commit

Permalink
[Task]: 标准对象中的 accounts, contacts 分拆到单独的软件包 @steedos/standard-accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhaolin committed Dec 29, 2023
1 parent a830856 commit b41cfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/service-steedos-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function getBuiltinPlugins () {
// "@steedos/service-files",
// "@steedos/steedos-plugin-schema-builder",
]
if ("true" != process.env.STEEDOS_ENABLE_STANDARD_ACCOUNTS) {
if ("true" == process.env.STEEDOS_ENABLE_STANDARD_ACCOUNTS) {
plugins.unshift("@steedos/standard-accounts");
}
return plugins
Expand Down

0 comments on commit b41cfcb

Please sign in to comment.