Skip to content

Commit

Permalink
build(reliable): error
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Mar 14, 2023
1 parent ddf7292 commit 945c282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class WebExtensionService {
resourceUrl = 'https://unpkg.com';
constructor(private web: WebService, private language: LanguageService, private extensionCommon: ExtensionCommonService) {
const isDevEnv = !APP_CONFIG.production || this.web.isVercel || 'http://52.76.76.88:8080'.includes(window.location.hostname);
this.debugExtensionNames = isDevEnv && this.web.isWeb ? ['postcat-basic-auth', 'postcat-jwt-bearer'] : [];
this.debugExtensionNames = isDevEnv && this.web.isWeb ? [] : [];
}
async installExtension(extName: string, { version = 'latest' }) {
//Get package.json
Expand Down
1 change: 0 additions & 1 deletion src/node/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"koa": "2.13.4",
"koa-body": "5.0.0",
"pm2": "5.2.0",
"postcat-basic-auth": "0.0.3",
"postcat-sync-swagger": "1.0.0",
"postman-sandbox": "^4.2.3",
"socket.io": "4.5.3",
Expand Down

0 comments on commit 945c282

Please sign in to comment.