Skip to content

Commit 4391416

Browse files
committed
Progress
1 parent 3b565a1 commit 4391416

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
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",

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)