File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 327327 "check-types:benchmark" : " cd benchmark && npm run check-types" ,
328328 "package" : " npm-run-all -p build:webview build:esbuild check-types lint" ,
329329 "pretest" : " npm run compile" ,
330- "dev" : " cd webview-ui && npm run dev" ,
330+ "dev" : " cd webview-ui && npm run dev -- --port 5174 " ,
331331 "test" : " npm-run-all -p test:*" ,
332332 "test:extension" : " jest" ,
333333 "test:webview" : " cd webview-ui && npm run test" ,
Original file line number Diff line number Diff line change @@ -564,8 +564,7 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
564564 }
565565
566566 private async getHMRHtmlContent ( webview : vscode . Webview ) : Promise < string > {
567- const localPort = "5173"
568- // const localPort = "5174" for devving at the same time as submodule
567+ const localPort = "5174"
569568 const localServerUrl = `localhost:${ localPort } `
570569
571570 // Check if local dev server is running.
You can’t perform that action at this time.
0 commit comments