File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 51
51
yarn run web-rebuild
52
52
# build web
53
53
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
55
55
yarn run start-web
56
56
```
57
57
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import * as http from 'http';
3
3
import Koa from 'koa' ;
4
4
import koaStatic from 'koa-static' ;
5
5
import { Deferred } from '@opensumi/ide-core-common' ;
6
- import { DEFAULT_ALIPAY_CLOUD_REGISTRY } from '@opensumi/ide-core-common/lib/const/application' ;
7
6
import { IServerAppOpts , ServerApp , NodeModule } from '@opensumi/ide-core-node' ;
8
7
9
8
export async function startServer ( arg1 : NodeModule [ ] | Partial < IServerAppOpts > ) {
@@ -30,9 +29,6 @@ export async function startServer(arg1: NodeModule[] | Partial<IServerAppOpts>)
30
29
} ;
31
30
32
31
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 ,
36
32
showBuiltinExtensions : true ,
37
33
}
38
34
You can’t perform that action at this time.
0 commit comments