Skip to content

Commit

Permalink
fix: 增加 cloud-function-engine 包默认类型加载;
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 3, 2021
1 parent dc729de commit 315f7e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class AutoImportTypings {
if (!this.isLoaded('globals')) { this.loadDeclaration('globals') }
if (!this.isLoaded('less-api-database')) { this.loadDeclaration('less-api-database') }
if (!this.isLoaded('axios')) { this.loadDeclaration('axios') }
if (!this.isLoaded('cloud-function-engine')) { this.loadDeclaration('cloud-function-engine') }
}

/**
Expand Down

0 comments on commit 315f7e9

Please sign in to comment.