Skip to content

Commit 74bb768

Browse files
authored
chore: remove alipay marketplace (#97)
1 parent 948c4d4 commit 74bb768

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ yarn
5151
yarn run web-rebuild
5252
# build web
5353
yarn run build-web
54-
# start project, visit 127.0.0.1:8080
54+
# start project, visit http://localhost:8080 or http://localhost:8080/?workspaceDir=workspace_dir
5555
yarn run start-web
5656
```
5757

src/bootstrap-web/node/start-server.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import * as http from 'http';
33
import Koa from 'koa';
44
import koaStatic from 'koa-static';
55
import { Deferred } from '@opensumi/ide-core-common';
6-
import { DEFAULT_ALIPAY_CLOUD_REGISTRY } from '@opensumi/ide-core-common/lib/const/application';
76
import { IServerAppOpts, ServerApp, NodeModule } from '@opensumi/ide-core-node';
87

98
export async function startServer(arg1: NodeModule[] | Partial<IServerAppOpts>) {
@@ -30,9 +29,6 @@ export async function startServer(arg1: NodeModule[] | Partial<IServerAppOpts>)
3029
};
3130

3231
opts.marketplace = {
33-
endpoint: DEFAULT_ALIPAY_CLOUD_REGISTRY.ENDPOINT,
34-
accountId: DEFAULT_ALIPAY_CLOUD_REGISTRY.ACCOUNT_ID,
35-
masterKey: DEFAULT_ALIPAY_CLOUD_REGISTRY.MASTER_KEY,
3632
showBuiltinExtensions: true,
3733
}
3834

0 commit comments

Comments
 (0)