Skip to content

Commit

Permalink
fix: @steedos/service-core-objects 不依赖meteor package loader #7120
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Jan 15, 2025
1 parent db02626 commit dc4b91d
Show file tree
Hide file tree
Showing 200 changed files with 418 additions and 1,021 deletions.
1 change: 0 additions & 1 deletion packages/metadata-api/steedos-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public:
folder: "./storage"
plugins:
- "@steedos/accounts"
- "@steedos/plugin-company"
tenant:
enable_register: true
enable_forget_password: false
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/src/types/object.ts
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ export class SteedosObjectType extends SteedosObjectProperties {
* 获取mongodb collection
* @returns mongoCollection
*/
private async getCollection(){
async getCollection(){
if (this.datasource.driver === SteedosDatabaseDriverType.Mongo || this.datasource.driver === SteedosDatabaseDriverType.MeteorMongo) {
const adapter = this.datasource.adapter;
await adapter.connect()
Expand Down
3 changes: 0 additions & 3 deletions packages/plugin-company/.env

This file was deleted.

17 changes: 0 additions & 17 deletions packages/plugin-company/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/plugin-company/.npmignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/plugin-company/.vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/plugin-company/.vscode/settings.json

This file was deleted.

203 changes: 0 additions & 203 deletions packages/plugin-company/LICENSE.txt

This file was deleted.

25 changes: 0 additions & 25 deletions packages/plugin-company/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/plugin-company/index.js

This file was deleted.

13 changes: 0 additions & 13 deletions packages/plugin-company/nodemon.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/plugin-company/package.json

This file was deleted.

Loading

0 comments on commit dc4b91d

Please sign in to comment.