File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5151yarn run web-rebuild
5252# build web
5353yarn 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
5555yarn run start-web
5656```
5757
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import * as http from 'http';
33import Koa from 'koa' ;
44import koaStatic from 'koa-static' ;
55import { Deferred } from '@opensumi/ide-core-common' ;
6- import { DEFAULT_ALIPAY_CLOUD_REGISTRY } from '@opensumi/ide-core-common/lib/const/application' ;
76import { IServerAppOpts , ServerApp , NodeModule } from '@opensumi/ide-core-node' ;
87
98export 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
You can’t perform that action at this time.
0 commit comments