Skip to content

Commit

Permalink
停用 @steedos/ee_unpkg-local
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Sep 21, 2023
1 parent 3f143c8 commit 6213a67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions services/service-community/package.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,9 @@ module.exports = {

// 启动 steedos-server 服务
this.broker.createService(require("@steedos/service-steedos-server"));

// 启动 本地 CDN
if (this.settings.unpkg.enable) {
this.broker.createService(require("@steedos/ee_unpkg-local"));
}
else{
this.broker.createService(require("@steedos/unpkg"));
}
this.broker.createService(require("@steedos/unpkg"));

// 启动 登录页面
this.broker.createService(require("@steedos/webapp-accounts"));
Expand Down

0 comments on commit 6213a67

Please sign in to comment.